This repository was archived by the owner on Apr 1, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ENV PHP_CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
2626
2727# ## configure php
2828# hadolint ignore=DL4006,SC2039,DL3003
29- SHELL ["/bin/ash " , "-eo" , "pipefail" , "-c" ]
29+ SHELL ["/bin/bash " , "-eo" , "pipefail" , "-c" ]
3030RUN set -xe; \
3131 \
3232 chmod 755 /usr/local/bin/docker-entrypoint; \
@@ -186,7 +186,7 @@ ARG TOOLBOX_RUNTIME_REQUIREMENTS_EXTRA=""
186186ARG TOOLBOX_BUILD_REQUIREMENTS=""
187187ARG TOOLBOX_BUILD_REQUIREMENTS_EXTRA=""
188188
189- SHELL ["/bin/ash " , "-eo" , "pipefail" , "-c" ]
189+ SHELL ["/bin/bash " , "-eo" , "pipefail" , "-c" ]
190190
191191RUN /usr/local/bin/docker-install-requirements toolbox; \
192192 curl https://rclone.org/install.sh | bash; \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ENV PHP_CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
2626
2727# ## configure php
2828# hadolint ignore=DL4006,SC2039,DL3003
29- SHELL ["/bin/ash " , "-eo" , "pipefail" , "-c" ]
29+ SHELL ["/bin/bash " , "-eo" , "pipefail" , "-c" ]
3030RUN set -xe; \
3131 \
3232 chmod 755 /usr/local/bin/docker-entrypoint; \
@@ -186,7 +186,7 @@ ARG TOOLBOX_RUNTIME_REQUIREMENTS_EXTRA=""
186186ARG TOOLBOX_BUILD_REQUIREMENTS=""
187187ARG TOOLBOX_BUILD_REQUIREMENTS_EXTRA=""
188188
189- SHELL ["/bin/ash " , "-eo" , "pipefail" , "-c" ]
189+ SHELL ["/bin/bash " , "-eo" , "pipefail" , "-c" ]
190190
191191RUN /usr/local/bin/docker-install-requirements toolbox; \
192192 curl https://rclone.org/install.sh | bash; \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ENV PHP_CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
2626
2727# ## configure php
2828# hadolint ignore=DL4006,SC2039,DL3003
29- SHELL ["/bin/ash " , "-eo" , "pipefail" , "-c" ]
29+ SHELL ["/bin/bash " , "-eo" , "pipefail" , "-c" ]
3030RUN set -xe; \
3131 \
3232 chmod 755 /usr/local/bin/docker-entrypoint; \
@@ -186,7 +186,7 @@ ARG TOOLBOX_RUNTIME_REQUIREMENTS_EXTRA=""
186186ARG TOOLBOX_BUILD_REQUIREMENTS=""
187187ARG TOOLBOX_BUILD_REQUIREMENTS_EXTRA=""
188188
189- SHELL ["/bin/ash " , "-eo" , "pipefail" , "-c" ]
189+ SHELL ["/bin/bash " , "-eo" , "pipefail" , "-c" ]
190190
191191RUN /usr/local/bin/docker-install-requirements toolbox; \
192192 curl https://rclone.org/install.sh | bash; \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ENV PHP_CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
2626
2727# ## configure php
2828# hadolint ignore=DL4006,SC2039,DL3003
29- SHELL ["/bin/ash " , "-eo" , "pipefail" , "-c" ]
29+ SHELL ["/bin/bash " , "-eo" , "pipefail" , "-c" ]
3030RUN set -xe; \
3131 \
3232 chmod 755 /usr/local/bin/docker-entrypoint; \
@@ -186,7 +186,7 @@ ARG TOOLBOX_RUNTIME_REQUIREMENTS_EXTRA=""
186186ARG TOOLBOX_BUILD_REQUIREMENTS=""
187187ARG TOOLBOX_BUILD_REQUIREMENTS_EXTRA=""
188188
189- SHELL ["/bin/ash " , "-eo" , "pipefail" , "-c" ]
189+ SHELL ["/bin/bash " , "-eo" , "pipefail" , "-c" ]
190190
191191RUN /usr/local/bin/docker-install-requirements toolbox; \
192192 curl https://rclone.org/install.sh | bash; \
You can’t perform that action at this time.
0 commit comments