You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2018/11/08 16:20:21 UTC

[trafficcontrol] 02/02: added missing -y on install

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

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

commit 44cc74dbe1e971922507435122c3410e3a535f00
Author: Dan Kirkwood <da...@gmail.com>
AuthorDate: Wed Nov 7 12:27:34 2018 -0700

    added missing -y on install
---
 infrastructure/cdn-in-a-box/traffic_router/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/cdn-in-a-box/traffic_router/Dockerfile b/infrastructure/cdn-in-a-box/traffic_router/Dockerfile
index b37418c..af379b3 100644
--- a/infrastructure/cdn-in-a-box/traffic_router/Dockerfile
+++ b/infrastructure/cdn-in-a-box/traffic_router/Dockerfile
@@ -37,7 +37,7 @@ RUN yum -y install epel-release git rpm-build net-tools iproute nc wget tar unzi
 ADD $TRAFFIC_ROUTER_RPM /traffic_router.rpm
 ADD $TOMCAT_RPM /tomcat.rpm
 
-RUN yum install /traffic_router.rpm /tomcat.rpm
+RUN yum -y install /traffic_router.rpm /tomcat.rpm
 
 ADD enroller/server_template.json \
     traffic_router/run.sh \