File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN apt-get update \
1717 && apt-get update \
1818 && apt-get install -y --no-install-recommends --no-install-suggests winehq-stable \
1919 && rm -rf /var/lib/apt/lists/* \
20- && wine reg add 'HKLM\S oftware\M icrosoft\W indows NT\C urrentVersion' /v CurrentVersion /d 10.0 /f \
20+ && xvfb-run sh -c " wine reg add 'HKLM\S oftware\M icrosoft\W indows NT\C urrentVersion' /v CurrentVersion /d 10.0 /f; wineserver -w" \
2121 && wget https://www.python.org/ftp/python/3.10.8/python-3.10.8-amd64.exe -O python.exe \
2222 && xvfb-run sh -c "wine python.exe /quiet TargetDir=C:\\ Python Include_doc=0 InstallAllUsers=1 PrependPath=1 Include_launcher=0 Include_tcltk=0 Include_test=0 Include_tools=0 Shortcuts=0 Include_debug=0 Include_dev=0; wineserver -w" \
2323 && rm python.exe \
You can’t perform that action at this time.
0 commit comments