We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46e5f6 commit baee7c5Copy full SHA for baee7c5
Dockerfile.template
@@ -37,6 +37,7 @@ RUN apt-get update \
37
&& rm -rf /var/lib/apt/lists/*
38
39
#SSH
40
+RUN echo "deb http://ftp.us.debian.org/debian jessie main" | tee -a /etc/apt/sources.list
41
RUN apt-get -y install openssh-server
42
RUN mkdir /var/run/sshd
43
RUN sed -i "s/#PasswordAuthentication yes/PasswordAuthentication no/" /etc/ssh/sshd_config
0 commit comments