更新 Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
mol
2024-01-27 06:10:24 +00:00
parent bbb74baa0f
commit f1cdc33ca5

View File

@ -14,6 +14,7 @@ ARG PROXY
# 安装基础工具与配置文件
RUN echo "安装基础工具与配置文件" && \
echo ${PROXY} && \
export http_proxy=${PROXY} && \
export https_proxy=${PROXY} && \
apt-get update && \