更新 Dockerfile

update
This commit is contained in:
wangzixiang 2024-06-04 18:30:55 +08:00
parent f945b13d27
commit b87d66bf0c
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ RUN apt-get install -y openssh-server
RUN ssh-keygen -t rsa -b 4096 -N "" -f /root/.ssh/id_rsa
CMD /bin/bash && ssh \
RUN /bin/bash
CMD ssh \
-C \
-f \
-N \