We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a8098 commit e5be196Copy full SHA for e5be196
1 file changed
clients/cli/build/innosetup/Dockerfile
@@ -9,6 +9,4 @@ ENV FORCE_COLOR 1
9
10
# # Install Inno Setup binaries
11
RUN curl -SL "http://www.jrsoftware.org/download.php/is.exe" -o is.exe
12
-RUN xvfb-run wine wineboot --init \
13
- && xvfb-run -e /dev/stdout wine is.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
14
-
+RUN xvfb-run wine is.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
0 commit comments