Skip to content

Commit

Permalink
try fix perl ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maximemulder committed Oct 24, 2024
1 parent d3ce28b commit c3eee4a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions test/mri.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,26 +70,26 @@ 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::[email protected] && \
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::[email protected] && \
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 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
Expand Down

0 comments on commit c3eee4a

Please sign in to comment.