Files
ebner 4a5cb7efe9
Build and Publish Docker Image / docker (push) Successful in 13s
Update Dockerfile
2026-01-29 17:15:41 +01:00

6 lines
104 B
Docker

FROM gitea/act_runner:latest
RUN apk --no-cache add git nodejs rsync curl
RUN rm -rf /var/cache/apk/*