Include logrus in docker build
This commit is contained in:
parent
0b2889935e
commit
67339ae79a
@ -7,7 +7,7 @@ WORKDIR /app
|
|||||||
# Add libraries
|
# Add libraries
|
||||||
RUN apk add --no-cache git && \
|
RUN apk add --no-cache git && \
|
||||||
go get "github.com/namsral/flag" && \
|
go get "github.com/namsral/flag" && \
|
||||||
go get "github.com/op/go-logging" && \
|
go get "github.com/sirupsen/logrus" && \
|
||||||
apk del git
|
apk del git
|
||||||
|
|
||||||
# Copy & build
|
# Copy & build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user