You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ez...@apache.org on 2021/03/23 15:49:26 UTC

[trafficserver-ci] branch main updated: Remove gmake and pip

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 6a50a03  Remove gmake and pip
6a50a03 is described below

commit 6a50a0332e30cfe8409d20c0bf2fa05ab260cf6e
Author: Evan Zelkowitz <ez...@apache.org>
AuthorDate: Tue Mar 23 09:49:19 2021 -0600

    Remove gmake and pip
    
    After adding these configure fails on c++
---
 docker/docs/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/docs/Dockerfile b/docker/docs/Dockerfile
index dcbfcd8..ba6aeee 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 gmake; \
+    yum -y install ccache make pkgconfig bison flex gcc-c++ clang git sudo; \
     # 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 python3-pip httpd-tools procps-ng nmap-ncat pipenv; \
+    yum -y install python3 httpd-tools procps-ng nmap-ncat pipenv; \
     # This is stuff for docs building
     yum -y install java lbzip2 rsync;
 RUN pip3 install sphinx