Skip to content

Commit 8c75aab

Browse files
authored
Add missing flags on choco install to allow it to run headlessly (#156)
1 parent 26250aa commit 8c75aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/windows/editor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ RUN powershell -Command foreach ($service in 'nlasvc', 'netprofm') {"Set-Service
5454
# RUN powershell -Command Set-Service 'wmiApSrv' -StartupType Automatic
5555

5656
# Packages/manifest.json could have git dependencies
57-
RUN choco install git
57+
RUN choco install git --no-progress -y

0 commit comments

Comments
 (0)