From c60d8290ab274d1288c28b080265ae8b52e5f777 Mon Sep 17 00:00:00 2001 From: zzx <784670282@qq.com> Date: Thu, 8 May 2025 17:21:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= 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 f48aa92..97c11f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build # 配置 NuGet 使用国内镜像源 -RUN dotnet nuget add source https://mirrors.cloud.tencent.com/nuget/ \ - && dotnet nuget disable source nuget.org +#RUN dotnet nuget add source https://mirrors.cloud.tencent.com/nuget/ \ +# && dotnet nuget disable source nuget.org # 配置 apt-get 使用 apt-cacher-ng 作为代理 RUN echo 'Acquire::http::Proxy "http://192.168.1.140:3142";' > /etc/apt/apt.conf.d/01proxy