diff --git a/Dockerfile b/Dockerfile index 90b7395..d9acd2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,12 @@ -FROM alpine:3.19.1 +FROM gitea/act_runner:nightly-dind-rootless -RUN apk add --no-cache aria2 bash +USER root -ENTRYPOINT ["/bin/bash"] +RUN apk add \ + nodejs \ + tea \ + --no-cache + +USER rootless + +RUN mkdir $HOME/.docker