docker-act_runner/Dockerfile
James Andariese 1f56aad5c4
All checks were successful
Build Container and update Flux / Explore-Gitea-Actions (push) Successful in 35s
parameterize build for yamls to update
fix flux.yaml in main

add buildah
2024-03-29 00:15:41 -05:00

15 lines
171 B
Docker

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