Limit the messages emitted by wine
This commit is contained in:
parent
e19332314e
commit
e42cd21de8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue