Skip to content

Commit

Permalink
Add a Dockerfile for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Apr 14, 2021
1 parent 527b14c commit 337746b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
File renamed without changes.
7 changes: 7 additions & 0 deletions ci/windows/Dockerfile
@@ -0,0 +1,7 @@
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 install git
RUN scoop bucket add extras
RUN scoop install chromium chromedriver

0 comments on commit 337746b

Please sign in to comment.