ai-perl-base/Dockerfile
Ryan Voots d8d1ef741a
All checks were successful
ci/woodpecker/push/build Pipeline was successful
getting there, will need to install carton and probably a few other things
2023-07-30 06:15:04 -04:00

9 lines
277 B
Docker

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