Add /tmp to staging
This commit is contained in:
parent
f602004cd4
commit
7a72116ccc
|
|
@ -68,8 +68,7 @@ RUN /stage_binaries.sh -o {ARG_STAGING} \
|
||||||
-f /etc/nsswitch.conf \
|
-f /etc/nsswitch.conf \
|
||||||
-f /etc/os-release \
|
-f /etc/os-release \
|
||||||
-f /etc/passwd \
|
-f /etc/passwd \
|
||||||
-f /etc/shadow
|
-f /tmp
|
||||||
RUN ln -sf /bin/dash {ARG_STAGING}/bin/sh
|
|
||||||
|
|
||||||
FROM scratch as intermediate
|
FROM scratch as intermediate
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue