Skip to content

Commit

Permalink
Add missing flags on choco install to allow it to run headlessly (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKahr authored Feb 23, 2022
1 parent 26250aa commit 8c75aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/windows/editor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ RUN powershell -Command foreach ($service in 'nlasvc', 'netprofm') {"Set-Service
# RUN powershell -Command Set-Service 'wmiApSrv' -StartupType Automatic

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

0 comments on commit 8c75aab

Please sign in to comment.