diff --git a/Dockerfile b/Dockerfile index f33dddd..4612954 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*