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 29ef11d commit 26070beCopy full SHA for 26070be
ci/docker/x86_64-unknown-linux-gnu/Dockerfile
@@ -1,9 +1,10 @@
1
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
+RUN sed -i 's|ports.ubuntu.com/ubuntu-ports/|old-releases.ubuntu.com/ubuntu/|g' \
4
+ /etc/apt/sources.list.d/ubuntu.sources
5
RUN apt-get update
6
RUN apt-get install -y --no-install-recommends \
- gcc g++ libc6-dev ca-certificates linux-headers-generic
7
+ gcc g++ libc6-dev ca-certificates linux-headers-generic
8
9
RUN apt search linux-headers
10
RUN ls /usr/src
0 commit comments