From 2b6598368cc5d58c7c2906f80cbae02bf856f98a Mon Sep 17 00:00:00 2001 From: xiao Date: Fri, 1 Nov 2024 21:24:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=BE=E7=BD=AE=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fc1a531..b28d4c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,9 @@ FROM debian:bookworm COPY bt.sh /bt.sh -COPY ["ssh_host_*","/etc/ssh/"] + +# 切换 Debian 镜像源为腾讯云源 +RUN sed -i 's/deb.debian.org/mirrors.tencent.com/g' /etc/apt/sources.list.d/debian.sources # 设置构建参数 ARG RANDOM_NAME