.
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

2
docker/ssh-server/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
build.env.local
.env.local

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

View File

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

View File

@@ -45,7 +45,7 @@ if [ -n "${BUILD_ENV+x}" ]; then
fi
POSSIBLE_BUILD_ARGS_FILES="$POSSIBLE_BUILD_ARGS_FILES \
.build.local"
build.env.local"
# load variables into this context