diff --git a/Dockerfile b/Dockerfile index 8b4819a..990519c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -87,7 +87,7 @@ RUN cp /usr/share/ca-certificates/mozilla/* /cit/ssl/certs/ FROM scratch -COPY --from=busybox:1.34.1 /bin /busybox +COPY --from=busybox:1.34.1-musl /bin /busybox # Declare /busybox as a volume to get it automatically in the path to ignore VOLUME /busybox