docker-act_runner/Dockerfile
James Andariese a037170ea5
All checks were successful
Github Actions Demo / Explore-Gitea-Actions (push) Successful in 30s
add curl
2024-03-28 21:58:14 -05:00

14 lines
157 B
Docker

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