All checks were successful
Build and Publish Docker Image / docker (push) Successful in 14s
add rsync
6 lines
99 B
Docker
6 lines
99 B
Docker
FROM gitea/act_runner:latest
|
|
|
|
RUN apk --no-cache add git nodejs rsync
|
|
|
|
RUN rm -rf /var/cache/apk/*
|