From fff4878e8621e714a52b5542e0d5de7b7fad9486 Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Fri, 30 Jan 2026 20:00:16 +0000 Subject: [PATCH] FixInfer (#7) Reviewed-on: https://git.romainboullard.com/BigfootDev/DockerImages/pulls/7 Co-authored-by: Romain BOULLARD Co-committed-by: Romain BOULLARD --- Linux/CPPBuilder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux/CPPBuilder/Dockerfile b/Linux/CPPBuilder/Dockerfile index 6728816..b80eedd 100644 --- a/Linux/CPPBuilder/Dockerfile +++ b/Linux/CPPBuilder/Dockerfile @@ -49,7 +49,7 @@ RUN apt-get update && apt-get install -y \ RUN VERSION=1.2.0; \ curl -sSL "https://github.com/facebook/infer/releases/download/v$VERSION/infer-linux-x86_64-v$VERSION.tar.xz" \ | tar -C /opt -xJ && \ - ln -s "/opt/infer-linux64-v$VERSION/bin/infer" /usr/bin/infer + ln -s "/opt/infer-linux-x86_64-v$VERSION/bin/infer" /usr/bin/infer # Install pipx and Conan RUN pipx ensurepath \