Skip to content

Commit f092216

Browse files
committed
[INFRA] fix bash
1 parent d6e55c3 commit f092216

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/8.0/src/Dockerfile

+2-2
Original file line numberDiff line numberDiff 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"]
3030
RUN set -xe; \
3131
\
3232
chmod 755 /usr/local/bin/docker-entrypoint; \
@@ -186,7 +186,7 @@ ARG TOOLBOX_RUNTIME_REQUIREMENTS_EXTRA=""
186186
ARG TOOLBOX_BUILD_REQUIREMENTS=""
187187
ARG TOOLBOX_BUILD_REQUIREMENTS_EXTRA=""
188188

189-
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
189+
SHELL ["/bin/bash", "-eo", "pipefail", "-c"]
190190

191191
RUN /usr/local/bin/docker-install-requirements toolbox; \
192192
curl https://rclone.org/install.sh | bash; \

src/8.1/src/Dockerfile

+2-2
Original file line numberDiff line numberDiff 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"]
3030
RUN set -xe; \
3131
\
3232
chmod 755 /usr/local/bin/docker-entrypoint; \
@@ -186,7 +186,7 @@ ARG TOOLBOX_RUNTIME_REQUIREMENTS_EXTRA=""
186186
ARG TOOLBOX_BUILD_REQUIREMENTS=""
187187
ARG TOOLBOX_BUILD_REQUIREMENTS_EXTRA=""
188188

189-
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
189+
SHELL ["/bin/bash", "-eo", "pipefail", "-c"]
190190

191191
RUN /usr/local/bin/docker-install-requirements toolbox; \
192192
curl https://rclone.org/install.sh | bash; \

src/8.2/src/Dockerfile

+2-2
Original file line numberDiff line numberDiff 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"]
3030
RUN set -xe; \
3131
\
3232
chmod 755 /usr/local/bin/docker-entrypoint; \
@@ -186,7 +186,7 @@ ARG TOOLBOX_RUNTIME_REQUIREMENTS_EXTRA=""
186186
ARG TOOLBOX_BUILD_REQUIREMENTS=""
187187
ARG TOOLBOX_BUILD_REQUIREMENTS_EXTRA=""
188188

189-
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
189+
SHELL ["/bin/bash", "-eo", "pipefail", "-c"]
190190

191191
RUN /usr/local/bin/docker-install-requirements toolbox; \
192192
curl https://rclone.org/install.sh | bash; \

src/8.3/src/Dockerfile

+2-2
Original file line numberDiff line numberDiff 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"]
3030
RUN set -xe; \
3131
\
3232
chmod 755 /usr/local/bin/docker-entrypoint; \
@@ -186,7 +186,7 @@ ARG TOOLBOX_RUNTIME_REQUIREMENTS_EXTRA=""
186186
ARG TOOLBOX_BUILD_REQUIREMENTS=""
187187
ARG TOOLBOX_BUILD_REQUIREMENTS_EXTRA=""
188188

189-
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
189+
SHELL ["/bin/bash", "-eo", "pipefail", "-c"]
190190

191191
RUN /usr/local/bin/docker-install-requirements toolbox; \
192192
curl https://rclone.org/install.sh | bash; \

0 commit comments

Comments
 (0)