We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8a67b commit 6a200d9Copy full SHA for 6a200d9
Dockerfile
@@ -1,6 +1,7 @@
1
-FROM golang:alpine
+FROM golang:1.13-alpine
2
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
3
RUN apk --no-cache add git
4
RUN apk --no-cache add gcc
5
+RUN apk add --no-cache libc-dev
6
RUN go env -w GOPROXY=https://goproxy.io,direct
7
RUN go env -w GOSUMDB=off
0 commit comments