docker-act_runner/Dockerfile
James Andariese fdf119c7fa
All checks were successful
Github Actions Demo / Explore-Gitea-Actions (push) Successful in 33s
add tea
2024-03-28 20:34:31 -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