Files
cn-dockerfile/ubuntu/Dockerfile
2026-05-07 14:06:41 +00:00

7 lines
234 B
Docker

FROM docker.io/ubuntu:26.04
ARG MIRROR=mirrors.aliyun.com
RUN sed "s#archive.ubuntu.com#${MIRROR}#" /etc/apt/sources.list.d/ubuntu.sources -i && \
sed "s#security.ubuntu.com#${MIRROR}#" /etc/apt/sources.list.d/ubuntu.sources -i