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