From 998aeae032ca0f965fbae42f48fcc6798a4d8e97 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Tue, 6 Feb 2024 02:48:42 -0800 Subject: [PATCH] fix stage2 musl workdir --- src/bootstrap/stage2/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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