docker-act_runner/Dockerfile
James Andariese 64af116175
All checks were successful
Github Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
add tea
2024-03-28 20:48:26 -05:00

13 lines
146 B
Docker

FROM gitea/act_runner:nightly-dind-rootless
USER root
RUN apk add \
nodejs \
tea \
--no-cache
USER rootless
RUN mkdir $HOME/.docker