feat: test

This commit is contained in:
mol
2024-01-26 02:04:00 +00:00
parent 471d3ce0fc
commit 1bef8927f3

View File

@ -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