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/05/08 14:09:22 UTC

[trafficcontrol] branch master updated: Add missing dependencies for docker-based documentation building via pkg (#3547)

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 0e0bbec  Add missing dependencies for docker-based documentation building via pkg (#3547)
0e0bbec is described below

commit 0e0bbec379b1f17fbfc4944f122384f0fa0d28e6
Author: Jonathan G <jh...@users.noreply.github.com>
AuthorDate: Wed May 8 08:09:16 2019 -0600

    Add missing dependencies for docker-based documentation building via pkg (#3547)
    
    Fixes #3546
---
 infrastructure/docker/build/Dockerfile-docs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/infrastructure/docker/build/Dockerfile-docs b/infrastructure/docker/build/Dockerfile-docs
index 888cf0c..d116a3c 100644
--- a/infrastructure/docker/build/Dockerfile-docs
+++ b/infrastructure/docker/build/Dockerfile-docs
@@ -36,6 +36,8 @@ RUN	yum -y install \
 		python36 \
 		python36-pip \
 		python36-psutil \
+		git \
+		rpm-build \
 		make && \
 	yum -y clean all
 RUN	python3 -m pip install --upgrade setuptools && \