fix: use # to avoid sed error

This commit is contained in:
xkm
2026-05-07 11:49:42 +00:00
parent 6e5ff88de2
commit 788bc167bb

2
debian/Dockerfile vendored
View File

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