Files
cn-dockerfile/debian/Dockerfile
2026-05-07 11:49:42 +00:00

6 lines
141 B
Docker

FROM docker.io/debian:trixie
ARG MIRROR=mirrors.aliyun.com
RUN sed "s#deb.debian.org#${MIRROR}#" /etc/apt/sources.list.d/debian.sources -i