-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3ce28b
commit c3eee4a
Showing
1 changed file
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|