getting there, will need to install carton and probably a few other things
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
fa0a03f54b
commit
d8d1ef741a
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue