This commit is contained in:
Michael Grote 2023-11-08 16:17:36 +01:00
parent cb6d3b11db
commit fadd05bbb6
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ RUN apk add --no-cache \
git \
openssh-client \
iputils-ping \
bash \
&& mkdir /app
# Copy the script into the container