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 2020/04/26 08:05:58 UTC

[avro] branch master updated: AVRO-2816: Remove duplicated Perl library from Dockerfile (#866)

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


The following commit(s) were added to refs/heads/master by this push:
     new d336bab  AVRO-2816: Remove duplicated Perl library from Dockerfile (#866)
d336bab is described below

commit d336babe3e0a11d90613083de72652f358207b29
Author: Kengo Seki <se...@apache.org>
AuthorDate: Sun Apr 26 17:05:44 2020 +0900

    AVRO-2816: Remove duplicated Perl library from Dockerfile (#866)
---
 share/docker/Dockerfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/share/docker/Dockerfile b/share/docker/Dockerfile
index a68dc8a..a9467af 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -118,7 +118,6 @@ RUN curl -sSL https://cpanmin.us \
   | perl - --self-upgrade \
  && cpanm --mirror https://www.cpan.org/ install Compress::Zstd \
                                                  Module::Install::Repository \
-                                                 Test::Pod \
  && rm -rf .cpanm
 
 # Install Python packages