feat: test
This commit is contained in:
@ -16,6 +16,8 @@ ARG PROXY
|
|||||||
RUN export http_proxy=$http_proxy && \
|
RUN export http_proxy=$http_proxy && \
|
||||||
export https_proxy=$https_proxy && \
|
export https_proxy=$https_proxy && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
# 安装 curl
|
||||||
|
apt-get install -y curl && \
|
||||||
# 安装 vim
|
# 安装 vim
|
||||||
apt-get install -y vim && \
|
apt-get install -y vim && \
|
||||||
# 安装 git
|
# 安装 git
|
||||||
|
Reference in New Issue
Block a user