You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by dg...@apache.org on 2018/10/02 22:28:26 UTC

[trafficcontrol] branch 3.0.x updated: upgrade setuptools prior to installing sphinx

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

dgelinas pushed a commit to branch 3.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/3.0.x by this push:
     new be504f6  upgrade setuptools prior to installing sphinx
be504f6 is described below

commit be504f6c1c82b89e07637d32dd8ae081ec8e9557
Author: Dan Kirkwood <da...@apache.org>
AuthorDate: Mon Oct 1 09:48:51 2018 -0600

    upgrade setuptools prior to installing sphinx
    
    (cherry picked from commit 28455570301afff89762b8fd3c27c19d913df5c0)
---
 infrastructure/docker/build/Dockerfile-docs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure/docker/build/Dockerfile-docs b/infrastructure/docker/build/Dockerfile-docs
index 0ecc315..71c7f37 100644
--- a/infrastructure/docker/build/Dockerfile-docs
+++ b/infrastructure/docker/build/Dockerfile-docs
@@ -35,6 +35,7 @@ RUN	yum -y install \
 		python-pip \
 		make && \
 	yum -y clean all && \
+	pip install --upgrade setuptools && \
 	pip install -r /docs.requirements.txt
 ###