diff --git a/Dockerfile b/Dockerfile index 072c37b..b279273 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \