Disable wine debugger

This commit is contained in:
Manuel Thalmann 2023-03-26 22:49:31 +02:00
parent 3a73b00800
commit 4dcddc1d2d

View file

@ -168,6 +168,7 @@ RUN \
displayPID="$!"; \
# Wait for Xvfb to start
wait "$resolver"; \
/usr/bin/entrypoint wine reg add 'HKLM\Software\Wine\winedbg' /V ShowCrashDialog /T REG_DWORD /D 0; \
y=0; \
while ! \
install_keil \