add default ssh

This commit is contained in:
Bernhard Radermacher
2026-02-26 13:28:51 +01:00
parent a8c05ebf38
commit 1c2baf2696

View File

@@ -15,7 +15,7 @@ RUN apt-get update && \
echo "X11Forwarding no" >> /etc/ssh/sshd_config && \
echo "PasswordAuthentication no" >> /etc/ssh/sshd_config && \
echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config
COPY ssh /
COPY ssh /ssh/
RUN set -eux && \
grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker && \