feat: test
This commit is contained in:
@ -25,8 +25,8 @@ RUN export http_proxy=${PROXY} && \
|
|||||||
# 安装 ssh 服务
|
# 安装 ssh 服务
|
||||||
apt-get install -y openssh-server && \
|
apt-get install -y openssh-server && \
|
||||||
# 时区
|
# 时区
|
||||||
apt-get install -y tzdata && \
|
# apt-get install -y tzdata && \&& dpkg-reconfigure -f noniteractive tzdata
|
||||||
ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && dpkg-reconfigure -f noniteractive tzdata && \
|
ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
|
||||||
# 创建日志文件
|
# 创建日志文件
|
||||||
touch info.log
|
touch info.log
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user