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
