Skip to content

Commit

Permalink
fix(ci): update dockerfile centos7 for python38 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
rem31 authored Jul 29, 2022
1 parent 1223736 commit 5316762
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/docker/Dockerfile.collect-centos7-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@ RUN yum -y install devtoolset-9 \
unzip \
ShellCheck
RUN ln -s /usr/bin/cmake3 /usr/bin/cmake
RUN pip3 install conan --prefix=/usr --upgrade
RUN rm -rf ~/.conan/profiles/default
COPY conanfile.txt .
RUN cat conanfile.txt
RUN source /opt/rh/devtoolset-9/enable && source /opt/rh/rh-python38/enable && \
conan install . -s compiler.cppstd=14 -s compiler.libcxx=libstdc++11 --build='*'
pip3 install conan --upgrade && conan install . -s compiler.cppstd=14 -s compiler.libcxx=libstdc++11 --build='*'

RUN unzip -q sonar-scanner-cli-4.7.0.2747-linux.zip
RUN rm -rf sonar-scanner-cli-4.7.0.2747-linux.zip
Expand Down

0 comments on commit 5316762

Please sign in to comment.