You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2019/06/03 20:00:14 UTC

[trafficcontrol] branch master updated: Removed now-unnecessary build step from TO in CiaB (#3654)

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

dangogh 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 ecbfc90  Removed now-unnecessary build step from TO in CiaB (#3654)
ecbfc90 is described below

commit ecbfc90bfd69eab0f915eeab8561b4021e2ce19a
Author: ocket8888 <oc...@gmail.com>
AuthorDate: Mon Jun 3 14:00:07 2019 -0600

    Removed now-unnecessary build step from TO in CiaB (#3654)
---
 infrastructure/cdn-in-a-box/traffic_ops/Dockerfile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/infrastructure/cdn-in-a-box/traffic_ops/Dockerfile b/infrastructure/cdn-in-a-box/traffic_ops/Dockerfile
index 8e7698f..59f4295 100644
--- a/infrastructure/cdn-in-a-box/traffic_ops/Dockerfile
+++ b/infrastructure/cdn-in-a-box/traffic_ops/Dockerfile
@@ -71,12 +71,6 @@ RUN POSTGRES_HOME=/usr/pgsql-9.6 PERL5LIB=$(pwd)/local/lib/perl5 ./local/bin/car
 
 RUN /opt/traffic_ops/install/bin/install_goose.sh
 
-RUN export PERL5LIB=/opt/traffic_ops/app/local/lib/perl5/:/opt/traffic_ops/install/lib/ \
-	&& export TERM=xterm \
-	&& export USER=root \
-	&& /opt/traffic_ops/install/bin/download_web_deps -i || \
-	true # keep a failure here from failing all..
-
 ADD https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz /
 
 EXPOSE 443