test
All checks were successful
/ debug (push) Successful in 35s

This commit is contained in:
lubiana 2024-12-13 13:07:55 +01:00
parent 4e21206abb
commit a0891faf8b
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
2 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,9 @@
FROM alpine:latest
RUN apk add --no-cache \
openssh \
rsync
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh