Files
cn-dockerfile/debian/Dockerfile
2026-05-07 16:09:59 +08: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