Skip to content

Commit a74d6a5

Browse files
authored
fix bug
1 parent ef667b6 commit a74d6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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\Software\Microsoft\Windows NT\CurrentVersion' /v CurrentVersion /d 10.0 /f \
20+
&& xvfb-run sh -c "wine reg add 'HKLM\Software\Microsoft\Windows NT\CurrentVersion' /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 \

0 commit comments

Comments
 (0)