You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2018/09/18 22:47:08 UTC

[trafficserver] branch master updated: Adds a few missing packages needed by autest

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 2c01119  Adds a few missing packages needed by autest
2c01119 is described below

commit 2c011199527088280a40760e4509143c4acbb95e
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Tue Sep 18 15:24:59 2018 -0600

    Adds a few missing packages needed by autest
---
 ci/docker/yum/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/docker/yum/Dockerfile b/ci/docker/yum/Dockerfile
index 875016a..4846727 100644
--- a/ci/docker/yum/Dockerfile
+++ b/ci/docker/yum/Dockerfile
@@ -52,9 +52,9 @@ RUN yum -y update; \
     # Devel packages that ATS needs
     yum -y install openssl-devel tcl-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 \
-    perl-ExtUtils-MakeMaker; \
+    perl-ExtUtils-MakeMaker perl-Digest-SHA; \
     # This is for autest stuff
-    yum -y install python3 python3-virtualenv python-virtualenv httpd-tools procps-ng; \
+    yum -y install python3 python3-virtualenv python-virtualenv httpd-tools procps-ng nmap-ncat; \
     # Optional: This is for the OpenSSH server, and Jenkins account (comment out if not needed)
     yum -y install openssh-server && ssh-keygen -A; rm -f /run/nologin; \
     groupadd  -g 665 jenkins && \