From d8d1ef741a714856da31acbecae741a81d610b4c Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Sun, 30 Jul 2023 06:15:04 -0400 Subject: [PATCH] getting there, will need to install carton and probably a few other things --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) 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