add tmp directory
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Failing after 6m38s

This commit is contained in:
2025-12-01 00:22:07 -07:00
parent badfc20751
commit 3422eac140
@@ -2,6 +2,8 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2022
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
RUN New-Item -ItemType Directory -Path 'C:\TEMP' -Force | Out-Null
# Download and install Visual Studio Build Tools 2022 with C++ and CMake
RUN Invoke-WebRequest -UseBasicParsing "https://aka.ms/vs/17/release/vs_buildtools.exe" -OutFile "C:\\TEMP\\vs_buildtools.exe" ; \
Start-Process "C:\\TEMP\\vs_buildtools.exe" -Wait -ArgumentList '--quiet', \