Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Feb 23, 2024
1 parent 70e3bc2 commit 20536ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ RUN cd src/python \

ENV PYTHONPATH $PYTHONPATH:/usr/lib/python3.8/site-packages

RUN conan profile detect
COPY conanfile.py conanfile.py
RUN mkdir build \
&& cd build \
&& conan install .. -of . -c tools.system.package_manager:mode=install
COPY third_party/conan-recipes third_party/conan-recipes
RUN conan install . --build missing -s compiler.cppstd=17 -c tools.system.package_manager:mode=install

COPY . .
RUN cd build \
Expand Down

0 comments on commit 20536ab

Please sign in to comment.