rust deps installed
parent
c5e2802ce9
commit
786dba069b
|
@ -5,6 +5,7 @@ ADD https://win.rustup.rs C:\docker\rustup-init.exe
|
||||||
|
|
||||||
RUN C:\docker\rustup-init.exe --quiet -y
|
RUN C:\docker\rustup-init.exe --quiet -y
|
||||||
RUN setx path "%path%;C:\Users\ContainerAdministrator\.cargo\bin"
|
RUN setx path "%path%;C:\Users\ContainerAdministrator\.cargo\bin"
|
||||||
|
RUN C:\msvc\VC\Auxiliary\Build\vcvarsall.bat x64
|
||||||
|
|
||||||
VOLUME C:\source\
|
VOLUME C:\source\
|
||||||
WORKDIR C:\source\
|
WORKDIR C:\source\
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"components": [
|
"components": [
|
||||||
"Microsoft.VisualStudio.Workload.VCTools",
|
"Microsoft.VisualStudio.Workload.VCTools",
|
||||||
"Microsoft.VisualStudio.ComponentGroup.NativeDesktop.WinXP"
|
"Microsoft.VisualStudio.ComponentGroup.NativeDesktop.WinXP",
|
||||||
|
"Microsoft.VisualStudio.Component.VC.ATL",
|
||||||
|
"Microsoft.VisualStudio.Component.VC.CMake.Project",
|
||||||
|
"Microsoft.VisualStudio.Component.Windows10SDK.17763"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
11
vs16.config
11
vs16.config
|
@ -1,6 +1,15 @@
|
||||||
{
|
{
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"components": [
|
"components": [
|
||||||
"Microsoft.VisualStudio.Workload.VCTools"
|
"Microsoft.VisualStudio.Workload.VCTools",
|
||||||
|
"Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Llvm.Clang",
|
||||||
|
"Microsoft.Component.VC.Runtime.UCRTSDK",
|
||||||
|
"Microsoft.VisualStudio.Component.VC.ASAN",
|
||||||
|
"Microsoft.VisualStudio.Component.VC.ATL",
|
||||||
|
"Microsoft.VisualStudio.Component.VC.CMake.Project",
|
||||||
|
"Microsoft.VisualStudio.Component.VC.Llvm.Clang",
|
||||||
|
"Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset",
|
||||||
|
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
|
||||||
|
"Microsoft.VisualStudio.Component.Windows10SDK.18362",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue