Skip to content

Commit 5e5035d

Browse files
authored
Merge pull request #794 from thockin/master
Add /tmp to staging
2 parents f602004 + 7a72116 commit 5e5035d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ RUN /stage_binaries.sh -o {ARG_STAGING} \
6868
-f /etc/nsswitch.conf \
6969
-f /etc/os-release \
7070
-f /etc/passwd \
71-
-f /etc/shadow
72-
RUN ln -sf /bin/dash {ARG_STAGING}/bin/sh
71+
-f /tmp
7372

7473
FROM scratch as intermediate
7574

0 commit comments

Comments
 (0)