Skip to content

Commit 389eaf7

Browse files
committed
cleanup
1 parent 55850d7 commit 389eaf7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ci/docker/x86_64-unknown-linux-gnu/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
FROM ubuntu:24.10
22

3-
RUN cat /etc/apt/sources.list.d/ubuntu.sources
4-
RUN cat /etc/apt/sources.list
53
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
4+
/etc/apt/sources.list.d/ubuntu.sources \
5+
&& apt-get update
86
RUN apt-get install -y --no-install-recommends \
97
gcc g++ libc6-dev ca-certificates linux-headers-generic
108

0 commit comments

Comments
 (0)