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 <[email protected]>
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 && \

Reply via email to