change to debian base
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jay 2020-12-09 01:08:27 +08:00
parent a8fe9322ab
commit 455a63aecc

View File

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