Skip to content

Commit

Permalink
Add ARG for GCC 10 to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelewis committed Apr 28, 2021
1 parent bb8e65b commit 528889c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ RUN /usr/bin/pip3 install --upgrade conan

RUN conan profile new default --detect && conan profile update settings.compiler.libcxx=libstdc++11 default

ARG CC=/usr/bin/gcc-10
ARG CXX=/usr/bin/g++-10

WORKDIR /cath-data
ARG BUILD_EXTRA_CATH_TESTS=ON
ARG BUILD_EXTRA_CATH_TOOLS=ON
Expand Down

0 comments on commit 528889c

Please sign in to comment.