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 90e00de commit ee90db4Copy full SHA for ee90db4
ci/docker/x86_64-unknown-linux-gnu/Dockerfile
@@ -2,7 +2,7 @@ FROM ubuntu:24.10
2
3
RUN cat /etc/apt/sources.list.d/ubuntu.sources
4
RUN cat /etc/apt/sources.list
5
-RUN sed -i 's|ports.ubuntu.com/ubuntu-ports/|old-releases.ubuntu.com/ubuntu/|g' \
+RUN sed -i -E 's/(archive|security)\.ubuntu\.com/old-releases.ubuntu.com/g' \
6
/etc/apt/sources.list.d/ubuntu.sources
7
RUN apt-get update
8
RUN apt-get install -y --no-install-recommends \
0 commit comments