将上海 时区文件拷贝到镜像中
This commit is contained in:
parent
bf0e81b967
commit
336cb4387a
@ -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 "PermitRootLogin yes\nPasswordAuthentication yes\n" >> /etc/ssh/sshd_config;\
|
||||||
echo root:123456 |chpasswd
|
echo root:123456 |chpasswd
|
||||||
|
|
||||||
|
COPY localtime /etc
|
||||||
|
|
||||||
COPY prog /home/
|
COPY prog /home/
|
||||||
|
|
||||||
WORKDIR /home
|
WORKDIR /home
|
||||||
|
Loading…
x
Reference in New Issue
Block a user