Skip to content

Commit

Permalink
Update chocolay installation
Browse files Browse the repository at this point in the history
Change-Id: I301b985ce93fefd17eb1ea3df05f4ac19c7e4da2
  • Loading branch information
stu1130 authored and frankfliu committed Aug 29, 2020
1 parent 3d2dbc1 commit 1d5beb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN C:\vc_redist.x64.exe /quiet /install
ENV chocolateyUseWindowsCompression false

RUN powershell -Command \
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')); \
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')); \
choco feature disable --name showDownloadProgress

RUN choco install -y jdk8

0 comments on commit 1d5beb7

Please sign in to comment.