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 6a200d9 commit 15b634cCopy full SHA for 15b634c
Dockerfile
@@ -2,6 +2,6 @@ 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
+RUN apk --no-cache add libc-dev
6
RUN go env -w GOPROXY=https://goproxy.io,direct
7
RUN go env -w GOSUMDB=off
0 commit comments