Skip to content

Commit 3d3bd31

Browse files
committed
SSH should already be installed
1 parent 8f1d2fe commit 3d3bd31

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

9.4/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ RUN apt-get update \
3737
&& rm -rf /var/lib/apt/lists/*
3838

3939
#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
4340
RUN sed -i "s/#PasswordAuthentication yes/PasswordAuthentication no/" /etc/ssh/sshd_config
4441

4542
#keys

0 commit comments

Comments
 (0)