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

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


The following commit(s) were added to refs/heads/master by this push:
     new ed319d2  Adds some missing packages to the Dockerfile
ed319d2 is described below

commit ed319d292053dc81ed2c968d5ce30f75db861993
Author: Leif Hedstrom <[email protected]>
AuthorDate: Thu Jan 10 11:25:33 2019 -0700

    Adds some missing packages to the Dockerfile
---
 ci/docker/yum/Dockerfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ci/docker/yum/Dockerfile b/ci/docker/yum/Dockerfile
index 82248c9..eeff9ca 100644
--- a/ci/docker/yum/Dockerfile
+++ b/ci/docker/yum/Dockerfile
@@ -48,11 +48,12 @@ RUN yum -y update; \
     # Autoconf
     autoconf automake libtool \
     # Various other tools
-    git rpm-build distcc-server file; \
+    git rpm-build distcc-server file wget openssl hwloc; \
     # Devel packages that ATS needs
     yum -y install openssl-devel expat-devel pcre-devel libcap-devel 
hwloc-devel libunwind-devel \
     xz-devel libcurl-devel ncurses-devel jemalloc-devel GeoIP-devel 
kyotocabinet-devel luajit-devel \
-    brotli-devel ImageMagick-devel ImageMagick-c++-devel 
perl-ExtUtils-MakeMaker perl-Digest-SHA; \
+    brotli-devel ImageMagick-devel ImageMagick-c++-devel \
+    perl-ExtUtils-MakeMaker perl-Digest-SHA perl-URI; \
     # This is for autest stuff
     yum -y install python3 python3-virtualenv python-virtualenv httpd-tools 
procps-ng nmap-ncat; \
     # Optional: This is for the OpenSSH server, and Jenkins account + access 
(comment out if not needed)

Reply via email to