Set WINEDEBUG to +all when running C++ runtime installation.
This commit is contained in:
parent
3150950507
commit
4e3cc7c3e4
@ -27,7 +27,7 @@ RUN \
|
|||||||
\
|
\
|
||||||
wine-wrapper wineboot.exe -i &&\
|
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 &&\
|
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 &&\
|
rm vcredist_x86.exe &&\
|
||||||
\
|
\
|
||||||
pacman -Rs --noconfirm \
|
pacman -Rs --noconfirm \
|
||||||
|
Loading…
Reference in New Issue
Block a user