From 7cedfddd92fbb14e9cbaf02a1217256fc87b24c9 Mon Sep 17 00:00:00 2001 From: Michel Promonet Date: Tue, 10 Sep 2024 23:43:46 +0200 Subject: [PATCH] wait between stage --- Dockerfile.windows | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile.windows b/Dockerfile.windows index a0f2e57e..227824f8 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -41,7 +41,9 @@ RUN git config --global core.autocrlf false \ && ninja \ && mkdir c:\app && copy webrtc-streamer.exe c:\app && copy config.json c:\app && xcopy /E html c:\app\html\ \ && del /f /s /q c:\webrtc > nul && rmdir /s /q c:\webrtc \ - && time /t + && time /t + +RUN powershell -c "sleep -Seconds 60" && time /t # run FROM mcr.microsoft.com/windows/server:ltsc2022