@@ -26,7 +26,7 @@ ENV PHP_CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
26
26
27
27
# ## configure php
28
28
# hadolint ignore=DL4006,SC2039,DL3003
29
- SHELL ["/bin/ash " , "-eo" , "pipefail" , "-c" ]
29
+ SHELL ["/bin/bash " , "-eo" , "pipefail" , "-c" ]
30
30
RUN set -xe; \
31
31
\
32
32
chmod 755 /usr/local/bin/docker-entrypoint; \
@@ -40,7 +40,7 @@ RUN set -xe; \
40
40
\
41
41
curl -LkSso /usr/local/bin/mhsendmail 'https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendmail_linux_amd64' && \
42
42
chmod 0755 /usr/local/bin/mhsendmail; \
43
- chmod +x /usr/local/bin/mhsendmail; \
43
+ chmod +x /usr/local/bin/mhsendmail;
44
44
WORKDIR /usr/src
45
45
RUN set -xe; \
46
46
\
@@ -186,7 +186,7 @@ ARG TOOLBOX_RUNTIME_REQUIREMENTS_EXTRA=""
186
186
ARG TOOLBOX_BUILD_REQUIREMENTS=""
187
187
ARG TOOLBOX_BUILD_REQUIREMENTS_EXTRA=""
188
188
189
- SHELL ["/bin/ash " , "-eo" , "pipefail" , "-c" ]
189
+ SHELL ["/bin/bash " , "-eo" , "pipefail" , "-c" ]
190
190
191
191
RUN /usr/local/bin/docker-install-requirements toolbox; \
192
192
curl https://rclone.org/install.sh | bash; \
0 commit comments