Install wget on centos 7 docker image (#14857)

This commit is contained in:
Aditya Patwardhan 2021-02-19 14:50:18 -08:00 committed by GitHub
parent a6fec84d8a
commit 425c40dc8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ RUN yum install -y \
which \
curl \
git \
wget \
&& yum clean all
COPY PowerShellPackage.ps1 /