Files
cn-dockerfile/debian/bookworm.Dockerfile
2026-05-07 11:50:54 +00:00

6 lines
143 B
Docker

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