Skip to content

Commit

Permalink
Configure CI (no. 92)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Apr 30, 2021
1 parent 1cf5420 commit 4bb4c4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/windows/Dockerfile
Expand Up @@ -5,9 +5,11 @@ FROM mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2019

RUN Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')

RUN scoop config shim kiennq

RUN scoop install git; `
scoop bucket add extras; `
scoop install chromium chromedriver
scoop install googlechrome chromedriver

COPY --from=dotnet-installer ["/Program Files/dotnet", "/Program Files/dotnet"]

Expand Down

0 comments on commit 4bb4c4b

Please sign in to comment.