Skip to content

Instantly share code, notes, and snippets.

FROM mcr.microsoft.com/windows:1903
RUN powershell Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
RUN powershell iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
RUN choco install -y 7zip.install visualstudio2017buildtools visualstudio2017-workload-vctools cmake --installargs 'ADD_CMAKE_TO_PATH=System'
RUN powershell wget "https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe" -Outfile "C:\rustup-init.exe"
RUN C:\rustup-init.exe --default-toolchain 1.50.0 -y
RUN rustup target add --toolchain 1.50.0 x86_64-pc-windows-msvc i686-pc-windows-msvc
RUN rustup toolchain install "1.50.0-x86_64-pc-windows-msvc" "1.50.0-i686-pc-windows-msvc"
### Keybase proof
I hereby claim:
* I am grantsheehan on github.
* I am gsheehan (https://keybase.io/gsheehan) on keybase.
* I have a public key ASBtO5IgFKMEHdaLnrr__V25y4M01Oo_phgounoPXoY0Nwo
To claim this, I am signing this object: