Skip to content

Commit

Permalink
repair sshd image
Browse files Browse the repository at this point in the history
  • Loading branch information
enko committed Mar 8, 2024
1 parent fe3ac39 commit 6fb57b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.sshd
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN apt-get update && \
apt-get install --yes --no-install-recommends \
openssh-server=1:7.9p1-10+deb10u2 \
git=1:2.20.1-2+deb10u3 \
sudo=1.8.27-1+deb10u3 && \
openssh-server \
git \
sudo && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
mkdir /run/sshd && \
Expand Down

0 comments on commit 6fb57b3

Please sign in to comment.