Skip to content

Commit

Permalink
Upgrade perl
Browse files Browse the repository at this point in the history
  • Loading branch information
toniher committed Dec 17, 2024
1 parent 6414420 commit 607d8da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN bash -c '\curl -L https://install.perlbrew.pl | bash'
ENV PATH $PERLBREW_ROOT/bin:$PATH
ENV PERLBREW_PATH $PERLBREW_ROOT/bin

RUN yum install -y perl-ExtUtils-MakeMaker
RUN perlbrew install-patchperl
RUN perlbrew --notest install $PERL_BUILD perl-$PERL_VERSION
RUN perlbrew install-cpanm
Expand Down

0 comments on commit 607d8da

Please sign in to comment.