From 61484840f2b6a0a09c1db2026099726320b851ab Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin <3679080+adr1enbe4udou1n@users.noreply.github.com> Date: Sat, 7 Jun 2025 12:13:50 +0200 Subject: [PATCH] add target --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 / /