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 0030918 commit 7945f95Copy full SHA for 7945f95
Dockerfile
@@ -3,6 +3,7 @@ FROM golang:1.15-alpine as builder
3
4
RUN apk add gcc pkgconfig libc-dev
5
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community libgit2-dev~=1.1.0
6
+RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main musl=1.2.2_pre5-r0
7
8
WORKDIR /workspace
9
0 commit comments