fix stage2 musl workdir
This commit is contained in:
parent
3dee0bd526
commit
998aeae032
|
@ -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
|
||||
|
|
Reference in New Issue