Skip to content

Commit c110d84

Browse files
committed
try without replacement
1 parent 389eaf7 commit c110d84

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,8 +1,6 @@
1-
FROM ubuntu:24.10
1+
FROM ubuntu:25.10
22

3-
RUN sed -i -E 's/(archive|security)\.ubuntu\.com/old-releases.ubuntu.com/g' \
4-
/etc/apt/sources.list.d/ubuntu.sources \
5-
&& apt-get update
3+
RUN apt-get update
64
RUN apt-get install -y --no-install-recommends \
75
gcc g++ libc6-dev ca-certificates linux-headers-generic
86

0 commit comments

Comments
 (0)