change to debian base
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jay 2020-12-09 01:08:27 +08:00
parent a8fe9322ab
commit 455a63aecc
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
ARG IMG_TAG=1-alpine
ARG IMG_TAG=1
FROM golang:${IMG_TAG}
RUN apk add --no-cache git make gcc libc-dev \
&& go get -u github.com/go-bindata/go-bindata/... \
RUN go get -u github.com/go-bindata/go-bindata/... \
&& go get -u github.com/go-swagger/go-swagger/...