From c03a9b867fc4695981405f6249b16a954ed605fb Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Fri, 23 Jan 2026 18:09:09 +0100 Subject: [PATCH] test --- Linux/CPPBuilder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux/CPPBuilder/Dockerfile b/Linux/CPPBuilder/Dockerfile index 7d00828..2b5d5d3 100644 --- a/Linux/CPPBuilder/Dockerfile +++ b/Linux/CPPBuilder/Dockerfile @@ -66,7 +66,7 @@ RUN git clone --branch v2.40.4 https://github.com/rui314/mold.git /tmp/mold \ RUN echo ${CONAN_PROFILE_BRANCH} # Configure Conan with custom profiles and remote -RUN conan config install https://git.romainboullard.com/BigfootDev/ConanProfiles.git --args=--branch ${CONAN_PROFILE_BRANCH} \ +RUN conan config install https://git.romainboullard.com/BigfootDev/ConanProfiles.git --args=--branch $CONAN_PROFILE_BRANCH \ && conan remote add bigfootpackages https://conan.romainboullard.com/artifactory/api/conan/bigfootpackages \ && conan remote disable conancenter