From 1512ace87e0938d41cef096d16cf05fa72051ae7 Mon Sep 17 00:00:00 2001 From: xiao Date: Mon, 25 Nov 2024 12:09:12 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=20Dockerfile=20?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=20Debian=20bullseye=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=B9=B6=E4=BF=AE=E6=AD=A3=E9=95=9C=E5=83=8F=E6=BA=90=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2c29ad4..19bc15a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM debian:bookworm +FROM debian:bullseye # 切换 Debian 镜像源为腾讯云源,更新包列表并安装依赖 -RUN sed -i 's/deb.debian.org/mirrors.tencent.com/g' /etc/apt/sources.list.d/debian.sources \ +RUN sed -i 's/deb.debian.org/mirrors.tencent.com/g' /etc/apt/sources.list \ && apt update && apt upgrade -y \ && apt install -y \ locales \