feat: test

This commit is contained in:
mol
2024-01-26 06:14:29 +00:00
parent 327034e73a
commit 3e57254469

View File

@ -16,6 +16,9 @@ ARG PROXY
RUN export http_proxy=${PROXY} && \
export https_proxy=${PROXY} && \
apt-get update && \
# 时区
apt-get install -y tzdata && \
ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && dpkg-reconfigure -f noninteractive tzdata && \
# 安装 curl
apt-get install -y curl && \
# 安装 vim
@ -24,9 +27,6 @@ RUN export http_proxy=${PROXY} && \
apt-get install -y git && \
# 安装 ssh 服务
apt-get install -y openssh-server && \
# 时区
# apt-get install -y tzdata && \&& dpkg-reconfigure -f noniteractive tzdata
ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
# 创建日志文件
touch info.log