Skip to content

Commit 772ae53

Browse files
committed
Use bash instead of dash
It's actually slightly smaller.
1 parent 3f817b2 commit 772ae53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN mkdir -p {ARG_STAGING}
5555
COPY stage_binaries.sh /
5656
RUN /stage_binaries.sh -o {ARG_STAGING} \
5757
-p base-files \
58-
-p dash \
58+
-p bash \
5959
-p coreutils \
6060
-p git \
6161
-p openssh-client \
@@ -69,6 +69,7 @@ RUN /stage_binaries.sh -o {ARG_STAGING} \
6969
-f /etc/os-release \
7070
-f /etc/passwd \
7171
-f /tmp
72+
RUN ln -s /bin/bash {ARG_STAGING}/bin/sh # Not sure why this is not set up automatically
7273

7374
FROM scratch as intermediate
7475

0 commit comments

Comments
 (0)