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 \
python3-pip \ python3-pip \
openssh-server \ openssh-server \
openssh-client \
curl && \ curl && \
yq && \ yq && \
mkdir /var/run/sshd && \ mkdir /var/run/sshd && \

View File

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