.
All checks were successful
/ ssh-server (push) Successful in 1m1s

This commit is contained in:
2025-09-07 13:34:19 +00:00
parent 214780b3e5
commit ca9b2c204c
4 changed files with 3 additions and 5 deletions

View File

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