From 0e5a35bb131038772352466ccaf837014cba55fb Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Sun, 19 Aug 2018 19:05:58 -0400 Subject: [PATCH] manylinux: Install wget Required for the openssl build. Upstream has removed wget from the installation. --- common.manylinux | 1 + 1 file changed, 1 insertion(+) diff --git a/common.manylinux b/common.manylinux index 011b51a..7bac93b 100644 --- a/common.manylinux +++ b/common.manylinux @@ -13,6 +13,7 @@ RUN \ gettext \ openssh-clients \ pax \ + wget \ zip \ && \ yum clean all && \