Setup env for easier use later
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Automation Pipeline 2023-10-08 13:23:22 -04:00
parent d6a157dd14
commit 995c78bc4d

View file

@ -7,3 +7,7 @@ RUN bash -c "source $HOME/perl5/perlbrew/etc/bashrc; perlbrew init && perlbrew i
WORKDIR /home/rootless/ WORKDIR /home/rootless/
ENV SHELL=/bin/bash 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" 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"
ENV PERLBREW_HOME="/home/rootless/.perlbrew"
ENV PERLBREW_ROOT="/home/rootless/perl5/perlbrew"
ENV PERLBREW_SHELLRC_VERSION="0.98"