docker-act_runner/Dockerfile
James Andariese c630ce2d01
Some checks failed
Build Container and update Flux / Explore-Gitea-Actions (push) Failing after 6s
add bash to test
2024-03-28 23:32:47 -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