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.
2 parents f334e09 + be5f4cb commit 4020644Copy full SHA for 4020644
Dockerfile
@@ -36,6 +36,7 @@ LABEL org.opencontainers.image.source="https://github.com/fluxcd/source-controll
36
37
RUN apk add --no-cache ca-certificates tini
38
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
40
41
COPY --from=builder /workspace/source-controller /usr/local/bin/
42
0 commit comments