James Andariese
26c7e2bd90
Some checks failed
Build Container and update Flux / Explore-Gitea-Actions (push) Failing after 6s
15 lines
171 B
Docker
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
|