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 26070be commit 90e00deCopy full SHA for 90e00de
ci/docker/x86_64-unknown-linux-gnu/Dockerfile
@@ -1,5 +1,7 @@
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 's|ports.ubuntu.com/ubuntu-ports/|old-releases.ubuntu.com/ubuntu/|g' \
6
/etc/apt/sources.list.d/ubuntu.sources
7
RUN apt-get update
0 commit comments