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

This commit is contained in:
James Andariese 2024-03-28 21:57:55 -05:00
parent 2aa84bdd3c
commit a037170ea5

View File

@ -5,6 +5,7 @@ USER root
RUN apk add \
nodejs \
tea \
curl \
--no-cache
USER rootless