Still issues in dotnet installer - cannot create controls and windows
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2025-02-20 19:11:23 +01:00
parent 1c8f90c56c
commit 4aa89e2604

View File

@@ -75,7 +75,9 @@ RUN set -x -e; \
wget -nv https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.200/dotnet-sdk-9.0.200-win-x86.exe --no-check-certificate -O /tmp/dotnet.exe; \
echo 3ddeb620fc45c623ade58f179e80cea64b7af5b76b0b4b1f65b766df3c5614ce04809f40614ebeb98dd6b4662dc1c2bed38d1f78eadc489360d54e35b98b9904 /tmp/dotnet.exe > /tmp/chk; \
sha512sum -c /tmp/chk; \
#while pgrep wineserver >/dev/null; do echo "Waiting for wineserver"; sleep 1; done; \
while pgrep Xvfb >/dev/null; do echo "Waiting for wineserver"; sleep 1; done; \
sleep 10; \
winetricks comctl32; \
while true; do \
if timeout 30m wine z:\\tmp\\dotnet.exe /q; then \
break; \