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/04/04 15:58:18 UTC

[trafficcontrol] branch master updated: Updated Python version in documentation builds (#3467)

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 bba3d6f  Updated Python version in documentation builds (#3467)
bba3d6f is described below

commit bba3d6fe14b5f7cd0b8f9f053addafe21283fa0b
Author: ocket8888 <oc...@gmail.com>
AuthorDate: Thu Apr 4 09:58:13 2019 -0600

    Updated Python version in documentation builds (#3467)
---
 infrastructure/docker/build/Dockerfile-docs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/infrastructure/docker/build/Dockerfile-docs b/infrastructure/docker/build/Dockerfile-docs
index 1a81c80c..5f5a284 100644
--- a/infrastructure/docker/build/Dockerfile-docs
+++ b/infrastructure/docker/build/Dockerfile-docs
@@ -34,9 +34,9 @@ RUN	rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 && \
 ### docs specific requirements
 ADD docs/source/requirements.txt /docs.requirements.txt
 RUN	yum -y install \
-		python34 \
-		python34-pip \
-        python34-psutil \
+		python36 \
+		python36-pip \
+		python36-psutil \
 		make && \
 	yum -y clean all && \
 	python3 -m pip install --upgrade setuptools && \