Skip to content

Commit

Permalink
use musl busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Dec 23, 2022
1 parent 476bd27 commit 8b1ac53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8b1ac53

Please sign in to comment.