diff --git a/Dockerfile b/Dockerfile index 50aed1b..a2ffff3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,3 +2,8 @@ FROM debian:bookworm RUN apt update && apt install -y perlbrew curl RUN perlbrew init && perlbrew install --verbose perl-5.38.0 + +RUN perlbrew use perl-5.38.0 +RUN echo "source /root/perl5/perlbrew/etc/bashrc && perlbrew switch current" >> ~/.bashrc + +RUN perlbrew install-cpanm