Update Dockerfile

This commit is contained in:
Faraz Fallahi
2021-01-25 21:22:50 -05:00
parent b3e0eea0f7
commit 1f1b5d5af3

View File

@@ -16,7 +16,11 @@ RUN \
RUN \
pip3 install autoenv autopep8 cmake-format conan conan_package_tools setuptools && \
# conan profile update settings.compiler.libcxx=libstdc++11 default && \
exit 0
RUN \
conan profile new default --detect && \
conan profile update settings.compiler.libcxx=libstdc++11 default && \
exit 0
RUN \