Commit this
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Automation Pipeline 2023-10-09 09:23:16 -04:00
parent 59a2f123f4
commit b54999a014

View file

@ -4,7 +4,7 @@ RUN apk update && apk add perl curl bash build-base wget openssl-dev zlib-dev op
#USER rootless
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"
WORKDIR /home/rootless/
WORKDIR /root/
ENV SHELL=/bin/bash
RUN bash -c "source $HOME/perl5/perlbrew/etc/bashrc; perlbrew use perl-5.38.0 && perlbrew install-cpanm && wget https://gitea.simcop2387.info/simcop2387/docker-perl/raw/branch/master/cpanfile && cpanm --installdeps . --verbose && rm cpanfile"
ENV PATH="/home/rootless/perl5/perlbrew/bin:/home/rootless/perl5/perlbrew/perls/perl-5.38.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"