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 55850d7 commit 389eaf7Copy full SHA for 389eaf7
ci/docker/x86_64-unknown-linux-gnu/Dockerfile
@@ -1,10 +1,8 @@
1
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 -E 's/(archive|security)\.ubuntu\.com/old-releases.ubuntu.com/g' \
6
- /etc/apt/sources.list.d/ubuntu.sources
7
-RUN apt-get update
+ /etc/apt/sources.list.d/ubuntu.sources \
+ && apt-get update
8
RUN apt-get install -y --no-install-recommends \
9
gcc g++ libc6-dev ca-certificates linux-headers-generic
10
0 commit comments