modified: docker/ssh-server/Dockerfile
Some checks failed
/ ssh-server (push) Failing after 30s

modified:   docker/ssh-server/Dockerfile.dev
This commit is contained in:
2025-09-07 10:30:32 +00:00
parent 9abc30e0ca
commit bea960f005
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ RUN apt-get update && \
python3 \
python3-pip \
openssh-server \
openssh-client \
curl && \
yq && \
mkdir /var/run/sshd && \