docker-act_runner/Dockerfile
James Andariese 75c5131430
All checks were successful
Github Actions Demo / Explore-Gitea-Actions (push) Successful in 17s
add bash to test
2024-03-28 22:46:53 -05:00

15 lines
168 B
Docker

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