瀏覽代碼

Remove --verify to combat more BackPAN irritation :cry:

Tianon Gravi 10 年之前
父節點
當前提交
5ef176107f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -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