manylinux: Install wget

Required for the openssl build. Upstream has removed wget from the
installation.
This commit is contained in:
Matt McCormick 2018-08-19 19:05:58 -04:00
parent 86fc1bd627
commit 0e5a35bb13

View File

@ -13,6 +13,7 @@ RUN \
gettext \
openssh-clients \
pax \
wget \
zip \
&& \
yum clean all && \