Skip to content

Commit

Permalink
Add unzip and lock pipenv/awscli versions in Windows docker images
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon committed Aug 31, 2023
1 parent f6c1279 commit 4812522
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/ci/config/windows-servercore-setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ cmake --version

# Install zip
scoop install zip
scoop install unzip

# Install docker
scoop install docker
Expand All @@ -214,10 +215,10 @@ wget https://bootstrap.pypa.io/get-pip.py -OutFile get-pip.py
python get-pip.py
pip --version
# Install pipenv
pip install pipenv
pip install pipenv==2023.6.12
pipenv --version
# Install awscli
pip install awscli
pip install awscli==1.22.12
aws --version
# Cleanup
pip cache remove *
Expand Down

0 comments on commit 4812522

Please sign in to comment.