James Andariese
fdf119c7fa
All checks were successful
Github Actions Demo / Explore-Gitea-Actions (push) Successful in 33s
13 lines
146 B
Docker
13 lines
146 B
Docker
FROM gitea/act_runner:nightly-dind-rootless
|
|
|
|
USER root
|
|
|
|
RUN apk add \
|
|
nodejs \
|
|
tea \
|
|
--no-cache
|
|
|
|
USER rootless
|
|
|
|
RUN mkdir $HOME/.docker
|