Update Dockerfile
Build and Publish Docker Image / docker (push) Successful in 13s

This commit is contained in:
2026-01-29 17:15:41 +01:00
parent 3828e0afc9
commit 4a5cb7efe9
+1 -1
View File
@@ -1,5 +1,5 @@
FROM gitea/act_runner:latest
RUN apk --no-cache add git nodejs rsync
RUN apk --no-cache add git nodejs rsync curl
RUN rm -rf /var/cache/apk/*