Skip to content

Commit

Permalink
add clang 18
Browse files Browse the repository at this point in the history
  • Loading branch information
BotellaA committed Aug 23, 2024
1 parent bde4329 commit d5b3c45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ RUN \
apt-get -y upgrade && \
apt-get install -y rename build-essential zstd ninja-build ca-certificates pkg-config binutils-dev software-properties-common git wget curl liblua5.2-0 libfontconfig python3-dev libcurl4-openssl-dev valgrind libdw-dev libiberty-dev zlib1g-dev doxygen python3-pip freeglut3-dev libglew-dev libglu1-mesa-dev libgl1-mesa-dev libssl-dev clang

RUN \
wget https://apt.llvm.org/llvm.sh && \
chmod u+x llvm.sh && \
./llvm.sh 18

RUN \
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null && \
echo 'deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ jammy main' | tee /etc/apt/sources.list.d/kitware.list >/dev/null && \
Expand All @@ -21,6 +26,7 @@ RUN \

RUN \
apt-get update && \
apt-get -y upgrade && \
apt-get install -y kitware-archive-keyring && \
apt-get install -y nodejs gh cmake

Expand Down

0 comments on commit d5b3c45

Please sign in to comment.