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 6a03c98 commit 29ef11dCopy full SHA for 29ef11d
ci/docker/x86_64-unknown-linux-gnu/Dockerfile
@@ -1,5 +1,6 @@
1
-FROM ubuntu:25.10
+FROM ubuntu:24.10
2
3
+RUN sed -i -re 's/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
4
RUN apt-get update
5
RUN apt-get install -y --no-install-recommends \
6
gcc g++ libc6-dev ca-certificates linux-headers-generic
0 commit comments