Skip to content

Commit

Permalink
Merge pull request #51 from brefphp/remove-line
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli authored Feb 7, 2023
2 parents d2a509d + a1d2cff commit 9a62492
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ RUN LD_LIBRARY_PATH= yum install -y cmake3
# Override the default `cmake`
RUN ln -s /usr/bin/cmake3 /usr/bin/cmake

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

# We need a base path for all the sourcecode we will build from.
ENV BUILD_DIR="/tmp/build"
Expand Down
3 changes: 0 additions & 3 deletions php-81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ RUN LD_LIBRARY_PATH= yum install -y cmake3
# Override the default `cmake`
RUN ln -s /usr/bin/cmake3 /usr/bin/cmake

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

# We need a base path for all the sourcecode we will build from.
ENV BUILD_DIR="/tmp/build"
Expand Down
4 changes: 0 additions & 4 deletions php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ RUN LD_LIBRARY_PATH= yum install -y cmake3
RUN ln -s /usr/bin/cmake3 /usr/bin/cmake


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

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

Expand Down

0 comments on commit 9a62492

Please sign in to comment.