James Andariese
b3bdf8686a
All checks were successful
Build Container and update Flux / Explore-Gitea-Actions (push) Successful in 1m18s
18 lines
202 B
Docker
18 lines
202 B
Docker
FROM gitea/act_runner:nightly-dind-rootless
|
|
|
|
USER root
|
|
|
|
RUN apk add \
|
|
nodejs \
|
|
tea \
|
|
curl \
|
|
buildah \
|
|
skopeo \
|
|
yq \
|
|
jq \
|
|
--no-cache
|
|
|
|
USER rootless
|
|
|
|
RUN mkdir $HOME/.docker
|