remove not dep module

This commit is contained in:
Jay
2019-05-28 11:25:45 +08:00
parent 9ffbdfceca
commit 93149fd39b
4 changed files with 4 additions and 60 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
FROM golang:1.12.1-alpine as builder
WORKDIR /data
RUN apk add --no-cache make git \
&& go get -u github.com/otakukaze/go-bindata/...
RUN apk add --no-cache make git
COPY . .
RUN make