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

[trafficcontrol] branch master updated: upgrade setuptools prior to installing sphinx

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

elsloo 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 2845557  upgrade setuptools prior to installing sphinx
2845557 is described below

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

    upgrade setuptools prior to installing sphinx
---
 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
 ###