From e42cd21de873ac4df5885010d86d3da536a32a6b Mon Sep 17 00:00:00 2001
From: Manuel Thalmann <m@nuth.ch>
Date: Fri, 24 Mar 2023 22:56:36 +0000
Subject: [PATCH] Limit the messages emitted by wine

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 3a02a5c..cb3d8b1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -81,7 +81,7 @@ RUN \
         try=$1; \
         # Run installer asynchronously
         { \
-            { /usr/bin/entrypoint wine MDK537.exe --batch-install 2>&1 || echo "exit $?"; } \
+            { WINEDEBUG=+all,trace-all,warn-all /usr/bin/entrypoint wine MDK537.exe --batch-install 2>&1 || echo "exit $?"; } \
                 # Write output to `log.txt`
                 | { [ $DEBUG -eq 1 ] && tee log.txt || cat; } \
                 # Pipe stdout and stderr to `handle_output` function