remove not dep module
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user