From 18b6b7362bf501a5b5775017ced0f531c95edd4f Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Wed, 15 Apr 2026 17:53:14 +0200 Subject: [PATCH] typo --- Linux/CPPBuilder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux/CPPBuilder/Dockerfile b/Linux/CPPBuilder/Dockerfile index d2d8fe1..dda6bb4 100644 --- a/Linux/CPPBuilder/Dockerfile +++ b/Linux/CPPBuilder/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \ build-essential \ gcc \ g++ \ - libstdc++12-dev \ + libstdc++-12-dev \ cmake \ ninja-build \ bison \