docker-act_runner/Dockerfile
James Andariese 0ef702eb7d
All checks were successful
Build Container and update Flux / Explore-Gitea-Actions (push) Successful in 44s
add yq and jq
2024-03-29 10:49:33 -05:00

17 lines
189 B
Docker

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