Update Dockerfile

This commit is contained in:
Faraz Fallahi
2021-01-25 21:19:31 -05:00
parent 02770080bd
commit b3e0eea0f7

View File

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