| ADD file:cc1376ecb3d9e93e4160573c110da753ffeb2efe2223351f1fbf483d89f1a756 in / |
| CMD ["bash"] |
| RUN /bin/sh -c apt update && apt install -y perlbrew curl # buildkit |
| RUN /bin/sh -c perlbrew init && perlbrew install --verbose perl-5.38.0 # buildkit |
| RUN /bin/sh -c perlbrew use perl-5.38.0 # buildkit |
| RUN /bin/sh -c echo "source /root/perl5/perlbrew/etc/bashrc && perlbrew switch perl-5.38.0" >> ~/.bashrc # buildkit |
| ENV PERLBREW_ROOT=/root/perl5/perlbrew |
| ENV PERLBREW_HOME=/root/.perlbrew |
| ENV PERLBREW_PATH=/root/perl5//perlbrew/bin:/root/perl5/perlbrew/perls/perl-5.38.0/bin |
| ENV PATH=/root/perl5//perlbrew/bin:/root/perl5/perlbrew/perls/perl-5.38.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| ENV PERLBREW_MANPATH=/root/perl5/perlbrew/perls/perl-5.38.0/man |
| RUN /bin/sh -c perlbrew install-cpanm && cpanm install --verbose Carton # buildkit |