add tea
All checks were successful
Github Actions Demo / Explore-Gitea-Actions (push) Successful in 33s
All checks were successful
Github Actions Demo / Explore-Gitea-Actions (push) Successful in 33s
This commit is contained in:
parent
e929caaed0
commit
fdf119c7fa
13
Dockerfile
13
Dockerfile
|
@ -1,5 +1,12 @@
|
||||||
FROM alpine:3.19.1
|
FROM gitea/act_runner:nightly-dind-rootless
|
||||||
|
|
||||||
RUN apk add --no-cache aria2 bash
|
USER root
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/bash"]
|
RUN apk add \
|
||||||
|
nodejs \
|
||||||
|
tea \
|
||||||
|
--no-cache
|
||||||
|
|
||||||
|
USER rootless
|
||||||
|
|
||||||
|
RUN mkdir $HOME/.docker
|
||||||
|
|
Loading…
Reference in New Issue
Block a user