diff --git a/Dockerfile b/Dockerfile index bf4ac83..7d98e48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,8 @@ ARG PROXY RUN export http_proxy=$http_proxy && \ export https_proxy=$https_proxy && \ apt-get update && \ + # 安装 curl + apt-get install -y curl && \ # 安装 vim apt-get install -y vim && \ # 安装 git