From 7e5fa41e7ee771fa7c2097813f89b320cdb6563e Mon Sep 17 00:00:00 2001 From: Maxime Mulder Date: Thu, 24 Oct 2024 12:04:27 -0400 Subject: [PATCH] try fix perl ci --- test/mri.Dockerfile | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/test/mri.Dockerfile b/test/mri.Dockerfile index f4eb90c48..7231a0ebf 100644 --- a/test/mri.Dockerfile +++ b/test/mri.Dockerfile @@ -70,26 +70,28 @@ RUN dpkg -i /tmp/bic-mni-models-0.1.1-20120421.deb && \ RUN apt-get install -y libmariadb-dev libmariadb-dev-compat # Install the Perl libraries -RUN cpan install Math::Round && \ - cpan install DBI && \ - cpan install DBD::mysql@4.052 && \ - cpan install Getopt::Tabular && \ - cpan install Time::JulianDay && \ - cpan install Path::Class && \ - cpan install Archive::Extract && \ - cpan install Archive::Zip && \ - cpan install Pod::Perldoc && \ - cpan install Pod::Markdown && \ - cpan install Pod::Usage && \ - cpan install JSON && \ - cpan install Moose && \ - cpan install MooseX::Privacy && \ - cpan install TryCatch && \ - cpan install Throwable && \ - cpan install App::cpanminus && \ - cpan install File::Type && \ - cpan install String::ShellQuote && \ - cpan install DateTime && \ +RUN cpan App::cpanminus && \ + cpanm Math::Round && \ + cpanm DBI && \ + cpanm DBD::mysql@4.052 && \ + cpanm Getopt::Tabular && \ + cpanm Time::JulianDay && \ + cpanm Path::Class && \ + cpanm Archive::Extract && \ + cpanm Archive::Zip && \ + cpanm Pod::Perldoc && \ + cpanm Pod::Markdown && \ + cpanm Pod::Usage && \ + cpanm JSON && \ + cpanm Moose && \ + cpanm MooseX::Privacy && \ + cpanm MooseX::Types::Structured && \ + cpanm Parse::Method::Signatures && \ + cpanm TryCatch && \ + cpanm Throwable && \ + cpanm File::Type && \ + cpanm String::ShellQuote && \ + cpanm DateTime && \ cpanm https://github.com/aces/Loris-MRI/raw/main/install/Digest-BLAKE2-0.02.tar.gz # Install the Python libraries