编写如下的Dockerfile可以在windows容器中安装VC运行时FROM mcr.microsoft.com/dotnet/framework/runtime:4.8USER ContainerAdministratorRUN curl -fSLo vc_redist.x64.exe http...
编写如下的Dockerfile可以在windows容器中安装VC运行时FROM mcr.microsoft.com/dotnet/framework/runtime:4.8USER ContainerAdministratorRUN curl -fSLo vc_redist.x64.exe http...