feat: test
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user