Switch to cli instead of dind since we are using external anyway
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Automation Pipeline 2023-10-08 13:51:01 -04:00
parent 995c78bc4d
commit 80e1c020be

View file

@ -1,7 +1,7 @@
FROM docker:dind-rootless FROM docker:cli
USER root #USER root
RUN apk update && apk add perl curl bash build-base wget openssl-dev zlib-dev RUN apk update && apk add perl curl bash build-base wget openssl-dev zlib-dev
USER rootless #USER rootless
RUN curl -L https://install.perlbrew.pl | bash RUN curl -L https://install.perlbrew.pl | bash
RUN bash -c "source $HOME/perl5/perlbrew/etc/bashrc; perlbrew init && perlbrew install -j 8 --verbose --notest perl-5.38.0" RUN bash -c "source $HOME/perl5/perlbrew/etc/bashrc; perlbrew init && perlbrew install -j 8 --verbose --notest perl-5.38.0"
WORKDIR /home/rootless/ WORKDIR /home/rootless/