Skip to content

Commit 425c40d

Browse files
Install wget on centos 7 docker image (#14857)
1 parent a6fec84 commit 425c40d

File tree

1 file changed

+1
-0
lines changed
  • tools/releaseBuild/Images/microsoft_powershell_centos7

1 file changed

+1
-0
lines changed

tools/releaseBuild/Images/microsoft_powershell_centos7/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN yum install -y \
1919
which \
2020
curl \
2121
git \
22+
wget \
2223
&& yum clean all
2324

2425
COPY PowerShellPackage.ps1 /

0 commit comments

Comments
 (0)