File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,13 @@ RUN curl -sfLo /usr/bin/confd \
1717
1818RUN cpanm Devel::CheckLib HTTP::Date LWP::Simple DBI CPAN && rm -fr ~/.cpanm
1919
20+ # latest versions don't support MySQL 5.7
2021RUN cpanm -n https://cpan.metacpan.org/authors/id/D/DV/DVEEDEN/DBD-mysql-4.051.tar.gz && rm -fr ~/.cpanm
2122RUN perl -MDBD::mysql -e ''
2223
24+ # tests fail on Alpine because some locale issue that doesn't matter for our use
25+ RUN cpanm -n Number::Format && rm -fr ~/.cpanm
26+
2327ADD perl-modules /tmp/.modules
2428
2529# install all the cpan stuff we need
Original file line number Diff line number Diff line change @@ -77,7 +77,9 @@ perl-path-class
7777perl-path-tiny
7878perl-plack
7979perl-template-toolkit
80+ perl-test-deep
8081perl-test-failwarnings
82+ perl-test-needs
8183perl-test-nowarnings
8284perl-test-warn
8385perl-text-csv_xs
You can’t perform that action at this time.
0 commit comments