Skip to content

Commit

Permalink
Add unzip and scoop clear cache
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 25, 2023
1 parent 7d72e4a commit 41d7c49
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ aws --version

# Install zip
scoop install zip
scoop install unzip

# Replace gzip with pigz/unpigz for docker extration
# The pigz binary on the Windows OS is from this PR: https://github.com/kubernetes/kubernetes/pull/96470
Expand Down Expand Up @@ -101,3 +102,5 @@ bcdedit /set hypervisorlaunchtype auto
echo "Install Docker Engine"
scoop install docker

# Scoop clear cache
scoopscoop cache rm *

0 comments on commit 41d7c49

Please sign in to comment.