mirror of
https://github.com/clearlinux/docs.git
synced 2026-09-02 11:51:39 +00:00
Merge pull request #185 from infosiftr/accommodate-backpan
Remove --verify to combat more BackPAN irritation
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user