将上海 时区文件拷贝到镜像中

This commit is contained in:
liu.chunxun 2024-09-11 17:53:48 +08:00
parent bf0e81b967
commit 336cb4387a
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ RUN apt update;dpkg --add-architecture i386;apt update;apt install -y --no-insta
echo "PermitRootLogin yes\nPasswordAuthentication yes\n" >> /etc/ssh/sshd_config;\
echo root:123456 |chpasswd
COPY localtime /etc
COPY prog /home/
WORKDIR /home

BIN
localtime Normal file

Binary file not shown.