add bash to test
All checks were successful
Github Actions Demo / Explore-Gitea-Actions (push) Successful in 17s

This commit is contained in:
James Andariese 2024-03-28 22:46:40 -05:00
parent aa6c9021b8
commit 75c5131430

View File

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