We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f817b2 commit 772ae53Copy full SHA for 772ae53
Dockerfile.in
@@ -55,7 +55,7 @@ RUN mkdir -p {ARG_STAGING}
55
COPY stage_binaries.sh /
56
RUN /stage_binaries.sh -o {ARG_STAGING} \
57
-p base-files \
58
- -p dash \
+ -p bash \
59
-p coreutils \
60
-p git \
61
-p openssh-client \
@@ -69,6 +69,7 @@ RUN /stage_binaries.sh -o {ARG_STAGING} \
69
-f /etc/os-release \
70
-f /etc/passwd \
71
-f /tmp
72
+RUN ln -s /bin/bash {ARG_STAGING}/bin/sh # Not sure why this is not set up automatically
73
74
FROM scratch as intermediate
75
0 commit comments