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 e9d6f15Copy full SHA for e9d6f15
ci/docker/x86_64-unknown-linux-gnu/Dockerfile
@@ -1,10 +1,11 @@
1
-FROM ubuntu:25.10
+FROM ubuntu:24.10
2
3
RUN apt-get update
4
RUN apt-get install -y --no-install-recommends \
5
gcc g++ libc6-dev ca-certificates linux-headers-generic
6
7
RUN apt search linux-headers
8
RUN ls /usr/src
9
+RUN sed -i -re 's/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
10
11
ENV PATH=$PATH:/rust/bin
0 commit comments