From 4e66667d7a2f2c3171cf448d77f333d7598d3aee Mon Sep 17 00:00:00 2001 From: JoYo <> Date: Fri, 19 Feb 2021 13:15:17 -0500 Subject: [PATCH] dev shell sets env vars for us --- rust.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/rust.Dockerfile b/rust.Dockerfile index 17402c2..7e312d8 100644 --- a/rust.Dockerfile +++ b/rust.Dockerfile @@ -5,7 +5,6 @@ ADD https://win.rustup.rs C:\docker\rustup-init.exe RUN C:\docker\rustup-init.exe --quiet -y RUN setx path "%path%;C:\Users\ContainerAdministrator\.cargo\bin" -RUN C:\msvc\VC\Auxiliary\Build\vcvarsall.bat x64 VOLUME C:\source\ WORKDIR C:\source\