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 8f1d2fe commit 3d3bd31Copy full SHA for 3d3bd31
9.4/Dockerfile
@@ -37,9 +37,6 @@ 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
44
45
#keys
0 commit comments