Update Dockerfile

This commit is contained in:
Faraz Fallahi
2021-01-25 21:48:27 -05:00
parent 1f1b5d5af3
commit 5fb9b0988e

View File

@@ -21,6 +21,7 @@ RUN \
RUN \
conan profile new default --detect && \
conan profile update settings.compiler.libcxx=libstdc++11 default && \
conan remote list && \
exit 0
RUN \