Updated to Clang 18

+ removed Transifex
This commit is contained in:
OpenSauce04 2024-04-15 19:03:08 +01:00
parent b43f83ab6b
commit ba7f5509c1

View File

@ -1,4 +1,4 @@
FROM ubuntu:23.04 FROM ubuntu:24.04
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
@ -11,7 +11,7 @@ RUN apt-get install -y \
build-essential \ build-essential \
ccache \ ccache \
clang \ clang \
clang-format-15 \ clang-format-18 \
cmake \ cmake \
curl \ curl \
git \ git \
@ -38,10 +38,3 @@ RUN apt-get install -y \
glslang-tools \ glslang-tools \
# Other libraries # Other libraries
libsdl2-dev libsdl2-dev
# Install Transifex client
RUN curl -O -L https://github.com/transifex/cli/releases/latest/download/tx-linux-amd64.tar.gz && \
tar xf tx-linux-amd64.tar.gz tx && \
mv tx /usr/bin/tx && \
rm tx-linux-amd64.tar.gz