This is an automated email from the ASF dual-hosted git repository.
eze pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new 7c73e5b Add gmake and pip to docs build
7c73e5b is described below
commit 7c73e5b8486160b60be8f3043e99dd1602dcdf23
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Tue Mar 23 09:32:29 2021 -0600
Add gmake and pip to docs build
Adding these so we can use the docs build for clang and rat
---
docker/docs/Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker/docs/Dockerfile b/docker/docs/Dockerfile
index ba6aeee..dcbfcd8 100644
--- a/docker/docs/Dockerfile
+++ b/docker/docs/Dockerfile
@@ -1,7 +1,7 @@
FROM fedora:30
RUN yum -y update; \
# Compilers
- yum -y install ccache make pkgconfig bison flex gcc-c++ clang git sudo; \
+ yum -y install ccache make pkgconfig bison flex gcc-c++ clang git sudo
gmake; \
# Various other tools
git rpm-build distcc-server file wget openssl hwloc; \
# Devel packages that ATS needs
@@ -10,7 +10,7 @@ RUN yum -y update; \
ImageMagick-devel ImageMagick-c++-devel hiredis-devel zlib-devel \
perl-ExtUtils-MakeMaker perl-Digest-SHA perl-URI automake autoconf
libtool; \
# This is for autest stuff
- yum -y install python3 httpd-tools procps-ng nmap-ncat pipenv; \
+ yum -y install python3 python3-pip httpd-tools procps-ng nmap-ncat pipenv;
\
# This is stuff for docs building
yum -y install java lbzip2 rsync;
RUN pip3 install sphinx