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.
1 parent e0c82ea commit 118bc8aCopy full SHA for 118bc8a
etc/docker/base-images/Dockerfile.debian.bullseye
@@ -32,7 +32,7 @@ RUN apt-get -y --no-install-recommends install \
32
# Add the public key for the llvm repository
33
RUN bash -c 'wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|apt-key add -'
34
RUN apt-add-repository -y 'deb http://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-15 main'
35
-RUN apt-add-repository -y 'deb http://deb.debian.org/debian bullseye-backports main'
+RUN apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
36
37
RUN apt-get update
38
0 commit comments