Version-agnostic symlinks for Clang commands are now created

This commit is contained in:
OpenSauce04 2025-02-27 17:52:02 +00:00
parent 8484eeb6e5
commit 0ef81d787a

View File

@ -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/