add default ssh

This commit is contained in:
Bernhard Radermacher
2026-02-26 13:01:39 +01:00
parent 9f5f98e4bd
commit 919c4cac00

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 /ssh/
COPY ssh /
RUN set -eux && \
grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker && \