diff --git a/Dockerfile b/Dockerfile index 363fe8c..d030fcb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -211,7 +211,7 @@ RUN mkdir -p /usr/bin /usr/lib && \ ln -sT bin /usr/sbin FROM scratch AS toolchain-musl -COPY --from=build-musl / / +COPY --from=build-musl /rootfs / FROM scratch AS toolchain COPY --from=final / /