Skip to content

Commit 15b634c

Browse files
committed
update code
1 parent 6a200d9 commit 15b634c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FROM golang:1.13-alpine
22
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
33
RUN apk --no-cache add git
44
RUN apk --no-cache add gcc
5-
RUN apk add --no-cache libc-dev
5+
RUN apk --no-cache add libc-dev
66
RUN go env -w GOPROXY=https://goproxy.io,direct
77
RUN go env -w GOSUMDB=off

0 commit comments

Comments
 (0)