Update Dockerfile
All checks were successful
Build and Publish Docker Image / docker (push) Successful in 14s

add rsync
This commit is contained in:
2025-12-17 08:24:09 +01:00
parent a416ef6a38
commit 3828e0afc9

View File

@@ -1,5 +1,5 @@
FROM gitea/act_runner:latest
RUN apk --no-cache add git nodejs
RUN apk --no-cache add git nodejs rsync
RUN rm -rf /var/cache/apk/*