Skip to content

Commit 7945f95

Browse files
committed
Install musl edge version
Signed-off-by: Philip Laine <[email protected]>
1 parent 0030918 commit 7945f95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM golang:1.15-alpine as builder
33

44
RUN apk add gcc pkgconfig libc-dev
55
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
67

78
WORKDIR /workspace
89

0 commit comments

Comments
 (0)