Add /tmp to staging

This commit is contained in:
Tim Hockin 2023-07-31 08:36:34 -07:00
parent f602004cd4
commit 7a72116ccc
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -68,8 +68,7 @@ RUN /stage_binaries.sh -o {ARG_STAGING} \
-f /etc/nsswitch.conf \
-f /etc/os-release \
-f /etc/passwd \
-f /etc/shadow
RUN ln -sf /bin/dash {ARG_STAGING}/bin/sh
-f /tmp
FROM scratch as intermediate