This commit is contained in:
James Andariese 2024-03-28 21:57:55 -05:00
parent c238a36cf5
commit 5b5c11844f

View File

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