From 4e3cc7c3e49d94f3609f39f3ed7a22a0d85aeb0a Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Fri, 20 Jan 2017 00:02:36 +0100 Subject: [PATCH] Set WINEDEBUG to +all when running C++ runtime installation. --- jenkins/wine32.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/wine32.Dockerfile b/jenkins/wine32.Dockerfile index 88e9e362..62d0d489 100644 --- a/jenkins/wine32.Dockerfile +++ b/jenkins/wine32.Dockerfile @@ -27,7 +27,7 @@ RUN \ \ wine-wrapper wineboot.exe -i &&\ wget -Ovcredist_x86.exe https://download.microsoft.com/download/d/d/9/dd9a82d0-52ef-40db-8dab-795376989c03/vcredist_x86.exe &&\ - xvfb-run sh -c 'wine-wrapper vcredist_x86.exe /q' &&\ + WINEDEBUG=+all xvfb-run sh -c 'wine-wrapper vcredist_x86.exe /q' &&\ rm vcredist_x86.exe &&\ \ pacman -Rs --noconfirm \