Skip to content

Commit 9a62492

Browse files
authored
Merge pull request #51 from brefphp/remove-line
2 parents d2a509d + a1d2cff commit 9a62492

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

php-80/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ RUN LD_LIBRARY_PATH= yum install -y cmake3
3131
# Override the default `cmake`
3232
RUN ln -s /usr/bin/cmake3 /usr/bin/cmake
3333

34-
# Use the bash shell, instead of /bin/sh
35-
# Why? We need to document this.
36-
SHELL ["/bin/bash", "-c"]
3734

3835
# We need a base path for all the sourcecode we will build from.
3936
ENV BUILD_DIR="/tmp/build"

php-81/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ RUN LD_LIBRARY_PATH= yum install -y cmake3
3131
# Override the default `cmake`
3232
RUN ln -s /usr/bin/cmake3 /usr/bin/cmake
3333

34-
# Use the bash shell, instead of /bin/sh
35-
# Why? We need to document this.
36-
SHELL ["/bin/bash", "-c"]
3734

3835
# We need a base path for all the sourcecode we will build from.
3936
ENV BUILD_DIR="/tmp/build"

php-82/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ RUN LD_LIBRARY_PATH= yum install -y cmake3
3232
RUN ln -s /usr/bin/cmake3 /usr/bin/cmake
3333

3434

35-
# Use the bash shell, instead of /bin/sh
36-
# Why? We need to document this.
37-
SHELL ["/bin/bash", "-c"]
38-
3935
# We need a base path for all the sourcecode we will build from.
4036
ENV BUILD_DIR="/tmp/build"
4137

0 commit comments

Comments
 (0)