Skip to content

Commit

Permalink
FIXES
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo-XIV committed Mar 4, 2024
1 parent b09fde7 commit 82e0c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN mkdir -p /app
RUN wget https://apt.llvm.org/llvm.sh
RUN apt-get install -y lsb-release gnupg software-properties-common wget
RUN apt-add-repository "deb [trusted=yes] http://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-17 main"
RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
RUN apt-get update && apt-get upgrade -y
RUN chmod +x llvm.sh
RUN ./llvm.sh 17
Expand Down

0 comments on commit 82e0c96

Please sign in to comment.