We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccd09ca + 43e35b5 commit 29988cbCopy full SHA for 29988cb
Dockerfile
@@ -71,7 +71,7 @@ RUN apt-get update && \
71
rm -rf /var/lib/apt/lists/*
72
ADD https://apt.llvm.org/llvm-snapshot.gpg.key llvm-snapshot.gpg.key
73
RUN apt-key add llvm-snapshot.gpg.key && \
74
- apt-add-repository "deb https://apt.llvm.org/jammy/ llvm-toolchain-jammy main" && \
+ apt-add-repository -y "deb https://apt.llvm.org/plucky/ llvm-toolchain-plucky-20 main" && \
75
apt-get -y update && \
76
apt-get -y install --no-install-recommends --no-install-suggests clang-format-19 && \
77
update-alternatives --install /usr/bin/clang-format clang-format $(which clang-format-19) 100 && \
0 commit comments