openssh-client openssh-server add
This commit is contained in:
@@ -248,6 +248,10 @@ ENV MODULEPATH=/opt/modulefiles/boost:$MODULEPATH
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /root
|
||||
RUN <<EOT
|
||||
#!/bin/bash
|
||||
apt update && apt install -y --no-install-recommends openssh-client openssh-server
|
||||
EOT
|
||||
|
||||
# Start SSH service by default
|
||||
CMD ["/usr/sbin/sshd", "-D"]
|
||||
|
||||
Reference in New Issue
Block a user