Remove --verify to combat more BackPAN irritation 😢

This commit is contained in:
Tianon Gravi 2015-03-13 11:51:01 -06:00
parent f48b012db1
commit 5ef176107f
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ FROM perl:5.20
ENV PERL_CPANM_OPT --verbose --mirror https://cpan.metacpan.org
# TODO find a way to make --mirror-only / SSL work with backpan too :(
RUN cpanm Digest::SHA Module::Signature
ENV PERL_CPANM_OPT $PERL_CPANM_OPT --verify
# TODO find a way to make --verify work with backpan as well :'(
#ENV PERL_CPANM_OPT $PERL_CPANM_OPT --verify
# reinstall cpanm itself, for good measure
RUN cpanm App::cpanminus