feat: test
This commit is contained in:
@ -16,6 +16,9 @@ ARG PROXY
|
|||||||
RUN export http_proxy=${PROXY} && \
|
RUN export http_proxy=${PROXY} && \
|
||||||
export https_proxy=${PROXY} && \
|
export https_proxy=${PROXY} && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
# 时区
|
||||||
|
apt-get install -y tzdata && \
|
||||||
|
ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && dpkg-reconfigure -f noninteractive tzdata && \
|
||||||
# 安装 curl
|
# 安装 curl
|
||||||
apt-get install -y curl && \
|
apt-get install -y curl && \
|
||||||
# 安装 vim
|
# 安装 vim
|
||||||
@ -24,9 +27,6 @@ RUN export http_proxy=${PROXY} && \
|
|||||||
apt-get install -y git && \
|
apt-get install -y git && \
|
||||||
# 安装 ssh 服务
|
# 安装 ssh 服务
|
||||||
apt-get install -y openssh-server && \
|
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
|
touch info.log
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user