Skip to content

Commit

Permalink
Setup docker for windows docker images to build docker images (#3903)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Aug 17, 2023
1 parent 001ded8 commit f429d1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/ci/config/windows-servercore-setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ cmake --version
# Install zip
scoop install zip

# Install docker
scoop install docker

# Scoop cleanup
scoop cache rm *

Expand Down

0 comments on commit f429d1a

Please sign in to comment.