File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ ENV DEBIAN_FRONTEND="noninteractive" \
17
17
ARG CMAKE_VERSION="3.31.6"
18
18
ARG CMAKE_URL="https://github.com/Kitware/CMake/releases/download"
19
19
20
+ # Patch to archive.debian.org
21
+ # https://lists.debian.org/debian-devel-announce/2025/06/msg00001.html
22
+ RUN sed -i s/deb.debian.org/archive.debian.org/g /etc/apt/sources.list && \
23
+ sed -i s/security.debian.org/archive.debian.org/g /etc/apt/sources.list
24
+
20
25
# hadolint ignore=DL3008,DL3015
21
26
RUN apt-get -qq update && \
22
27
apt-get install -y curl ca-certificates build-essential \
@@ -43,6 +48,11 @@ COPY --from=multiarch-aarch64 /usr/bin/qemu-aarch64-static /usr/bin/qemu-aarch64
43
48
ARG CMAKE_VERSION="3.31.6"
44
49
ARG CMAKE_URL="https://github.com/Kitware/CMake/releases/download"
45
50
51
+ # Patch to archive.debian.org
52
+ # https://lists.debian.org/debian-devel-announce/2025/06/msg00001.html
53
+ RUN sed -i s/deb.debian.org/archive.debian.org/g /etc/apt/sources.list && \
54
+ sed -i s/security.debian.org/archive.debian.org/g /etc/apt/sources.list
55
+
46
56
# hadolint ignore=DL3008,DL3015
47
57
RUN apt-get -qq update && \
48
58
apt-get install -y curl ca-certificates build-essential \
You can’t perform that action at this time.
0 commit comments