6 lines
104 B
Docker
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/*
|