Update Dockerfile

This commit is contained in:
Faraz Fallahi
2021-01-25 21:14:59 -05:00
parent e9c2aa7490
commit 0236e16b34

View File

@@ -16,7 +16,7 @@ RUN \
exit 0 exit 0
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