getting there, will need to install carton and probably a few other things
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Ryan Voots 2023-07-30 06:15:04 -04:00
parent fa0a03f54b
commit d8d1ef741a

View file

@ -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