From f1cdc33ca53579aa591bc8739b0bce4e2907ab1f Mon Sep 17 00:00:00 2001 From: mol Date: Sat, 27 Jan 2024 06:10:24 +0000 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f73830c..74a84a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ ARG PROXY # 安装基础工具与配置文件 RUN echo "安装基础工具与配置文件" && \ + echo ${PROXY} && \ export http_proxy=${PROXY} && \ export https_proxy=${PROXY} && \ apt-get update && \