This commit is contained in:
Jay
2018-09-20 22:28:19 +08:00
parent 4cd21015f1
commit 0e0d2b94b6
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
FROM golang:1.11-alpine3.8 as builder
WORKDIR /go/src/git.trj.tw/golang/mtfosbot
RUN apk add --no-cache make git
RUN go get -u github.com/otakukaze/go-bindata/...
RUN apk add --no-cache make git \
&& go get -u github.com/otakukaze/go-bindata/...
COPY . .
RUN make