Skip to content

Commit 4020644

Browse files
author
Philip Laine
authored
Merge pull request #237 from fluxcd/fix/arm-image
Add newer musl version to second image layer
2 parents f334e09 + be5f4cb commit 4020644

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
@@ -36,6 +36,7 @@ LABEL org.opencontainers.image.source="https://github.com/fluxcd/source-controll
3636

3737
RUN apk add --no-cache ca-certificates tini
3838
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community libgit2~=1.1
39+
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main musl~=1.2
3940

4041
COPY --from=builder /workspace/source-controller /usr/local/bin/
4142

0 commit comments

Comments
 (0)