From be5f4cb2068a1f5ca7ced7680a9fcad6798b4366 Mon Sep 17 00:00:00 2001 From: Philip Laine Date: Sat, 12 Dec 2020 13:11:32 +0100 Subject: [PATCH] Add newer musl version to second image layer Signed-off-by: Philip Laine --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ce8b87c0..fbbe12ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,7 @@ LABEL org.opencontainers.image.source="https://github.com/fluxcd/source-controll RUN apk add --no-cache ca-certificates tini RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community libgit2~=1.1 +RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main musl~=1.2 COPY --from=builder /workspace/source-controller /usr/local/bin/