Include logrus in docker build

This commit is contained in:
Thom Seddon 2019-01-22 12:59:29 +00:00
parent 0b2889935e
commit 67339ae79a

View File

@ -7,7 +7,7 @@ WORKDIR /app
# Add libraries
RUN apk add --no-cache git && \
go get "github.com/namsral/flag" && \
go get "github.com/op/go-logging" && \
go get "github.com/sirupsen/logrus" && \
apk del git
# Copy & build