diff --git a/Dockerfile b/Dockerfile index 2c6cbab..241202a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,14 +47,11 @@ RUN set -x -e; \ # HACK: Wait for the registry writes to complete in Wine # (see more at https://serverfault.com/questions/1082578/wine-in-docker-reg-add-only-keeps-effects-temporarily) sleep 20; \ + # Install socat to temporarily overcome bug until dotnet 9 gets released and have the bug https://github.com/dotnet/runtime/issues/98441 fixed + apt update; \ + apt install -y socat; \ # Clean-up - rm -rf /tmp/eaz.zip /tmp/eaz /tmp/dotnet.exe /tmp/chk; \ - # Install obfuscator - #wget https://cloud.ivasoft.cz/remote.php/dav/public-files/JsuXwhbcRRDnHUx/Eazfuscator.NET%202019.1%20Setup.msi --no-check-certificate -O /tmp/obf.msi; \ - #echo ac9388d48c17c75d9b5146d46d9dcbfdab4008fe5b992a4a08767c4691cb626b7c4b4c46c5ba0bf31754bc0d1fc8fa2a65a280c83ce03794424e04be10f8b9ca /tmp/obf.msi > /tmp/chk; \ - #sha512sum -c /tmp/chk; \ - #wine msiexec.exe /i /tmp/obf.msi /qn; \ - #rm /tmp/obf.msi /tmp/chk; \ + rm -rf /tmp/eaz.zip /tmp/eaz /tmp/dotnet.exe /tmp/chk /var/lib/apt/lists/*; \ # Complete echo Usage: wine "c:\program files\dotnet\dotnet.exe" build --configuration Release --no-dependencies Test.wixproj