Skip to content

Commit f429d1a

Browse files
Setup docker for windows docker images to build docker images (#3903)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 001ded8 commit f429d1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/ci/config/windows-servercore-setup.ps1

+3
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@ cmake --version
200200
# Install zip
201201
scoop install zip
202202

203+
# Install docker
204+
scoop install docker
205+
203206
# Scoop cleanup
204207
scoop cache rm *
205208

0 commit comments

Comments
 (0)