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