You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by fo...@apache.org on 2019/08/20 13:38:25 UTC

[avro] 01/01: AVRO-2513: Install Perl packages over https

This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git

commit d1eac15926e73d1bdc91867881b13b93d7fdf3e0
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Tue Aug 20 15:30:08 2019 +0200

    AVRO-2513: Install Perl packages over https
---
 share/docker/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/docker/Dockerfile b/share/docker/Dockerfile
index 7dc9504..aa0060e 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -90,8 +90,8 @@ RUN apt-get -qq update && \
   rm -rf /var/lib/apt/lists/*
 
 # Install Perl modules
-RUN curl -L https://cpanmin.us | perl - --mirror https://www.cpan.org/ --self-upgrade && \
-  cpanm install --mirror https://www.cpan.org/ Module::Install Module::Install::ReadmeFromPod \
+RUN curl -L https://cpanmin.us | perl - --self-upgrade && \
+  cpanm  --mirror https://www.cpan.org/ install Module::Install Module::Install::ReadmeFromPod \
   Module::Install::Repository \
   Math::BigInt JSON::XS Try::Tiny Regexp::Common Encode \
   IO::String Object::Tiny Compress::Zlib Test::More \