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

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

commit 4a298ad6dce730c4f323b9c739b810ac06d4ec3b
Author: Ismaël Mejía <[email protected]>
AuthorDate: Mon Jun 29 19:16:58 2020 +0200

    Add missing vim and cpan-upload packages to the docker image
---
 share/docker/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/share/docker/Dockerfile b/share/docker/Dockerfile
index 7035b17..7e8de34 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -64,6 +64,7 @@ RUN apt-get -qqy update \
                                                  source-highlight \
                                                  subversion \
                                                  valgrind \
+                                                 vim \
  && apt-get -qqy clean \
  && rm -rf /var/lib/apt/lists
 
@@ -116,6 +117,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- 
--install-dir=/usr/local
 # Install Perl modules
 RUN apt-get -qqy update \
  && apt-get -qqy install --no-install-recommends libcompress-raw-zlib-perl \
+                                                 libcpan-uploader-perl \
                                                  libencode-perl \
                                                  libio-string-perl \
                                                  libjson-xs-perl \

Reply via email to