File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed
Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ RUN LD_LIBRARY_PATH= yum install -y cmake3
3131# Override the default `cmake`
3232RUN 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.
3936ENV BUILD_DIR="/tmp/build"
Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ RUN LD_LIBRARY_PATH= yum install -y cmake3
3131# Override the default `cmake`
3232RUN 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.
3936ENV BUILD_DIR="/tmp/build"
Original file line number Diff line number Diff line change @@ -32,10 +32,6 @@ RUN LD_LIBRARY_PATH= yum install -y cmake3
3232RUN 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.
4036ENV BUILD_DIR="/tmp/build"
4137
You can’t perform that action at this time.
0 commit comments