Force using root for this
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Automation Pipeline 2023-10-09 07:48:12 -04:00
parent 80e1c020be
commit 475d03e4cd

View file

@ -1,5 +1,5 @@
FROM docker:cli
#USER root
USER root
RUN apk update && apk add perl curl bash build-base wget openssl-dev zlib-dev
#USER rootless
RUN curl -L https://install.perlbrew.pl | bash