golang-base-image/Dockerfile
Jay a8fe9322ab
Some checks failed
continuous-integration/drone/push Build is failing
first version
2020-08-16 00:36:55 +08:00

6 lines
197 B
Docker

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