From 0ef81d787ab8b3aac809a9b021cab0f7fcc68174 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Thu, 27 Feb 2025 17:52:02 +0000 Subject: [PATCH] Version-agnostic symlinks for Clang commands are now created --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0444f64..5672049 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,6 +51,11 @@ RUN apt-get install -y \ # Other libraries libsdl2-dev +# Create Clang symlinks +RUN ln -s /usr/bin/clang-19 /usr/bin/clang +RUN ln -s /usr/bin/clang++-19 /usr/bin/clang++ +RUN ln -s /usr/bin/clang-format-19 /usr/bin/clang-format + # Download Transifex client RUN curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash RUN mv /tx /usr/bin/