From 7a72116ccc28654aa73b9ab2103e5c3bcc9d29e0 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Mon, 31 Jul 2023 08:36:34 -0700 Subject: [PATCH] Add /tmp to staging --- Dockerfile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile.in b/Dockerfile.in index 344a0cdbe..dadb69e16 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -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