diff --git a/src/bootstrap/stage2/Containerfile b/src/bootstrap/stage2/Containerfile index 67a6b9f..d2b804e 100644 --- a/src/bootstrap/stage2/Containerfile +++ b/src/bootstrap/stage2/Containerfile @@ -169,7 +169,7 @@ EOF FROM build as install COPY --from=stagex/stage1 . /rootfs/ -WORKDIR / +WORKDIR ${HOME} RUN --network=none <<-EOF set -eux rm /rootfs/lib