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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5fd57f3  add net-tools to get insert-self-into-dns.sh to work again 
(#3449)
5fd57f3 is described below

commit 5fd57f36be4acc6de3ae091f4c386bf70e421431
Author: Dan Kirkwood <[email protected]>
AuthorDate: Thu Mar 28 15:40:50 2019 -0600

    add net-tools to get insert-self-into-dns.sh to work again (#3449)
---
 infrastructure/cdn-in-a-box/traffic_portal_integration_test/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure/cdn-in-a-box/traffic_portal_integration_test/Dockerfile 
b/infrastructure/cdn-in-a-box/traffic_portal_integration_test/Dockerfile
index 4db15f6..197f8b6 100644
--- a/infrastructure/cdn-in-a-box/traffic_portal_integration_test/Dockerfile
+++ b/infrastructure/cdn-in-a-box/traffic_portal_integration_test/Dockerfile
@@ -32,7 +32,7 @@ gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub 
\n\
 
 RUN yum update -y
 
-RUN yum install -y java-1.8.0-openjdk git google-chrome bind-utils
+RUN yum install -y java-1.8.0-openjdk git google-chrome bind-utils net-tools
 
 RUN curl -LO https://nodejs.org/dist/v10.15.0/node-v10.15.0-linux-x64.tar.xz
 

Reply via email to