add tea
All checks were successful
Github Actions Demo / Explore-Gitea-Actions (push) Successful in 33s

This commit is contained in:
James Andariese 2024-03-28 20:34:31 -05:00
parent e929caaed0
commit fdf119c7fa

View File

@ -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