Skip to content

Commit

Permalink
Do not wait for Xvfb to start
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik committed Apr 24, 2018
1 parent 6d4df81 commit f748b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV DISPLAY=:1

# Configure wine prefix
# WINEDLLOVERRIDES is required so wine doesn't ask any questions during setup
RUN Xvfb :1 -screen 0 320x240x24 && \
RUN Xvfb :1 -screen 0 320x240x24 & \
WINEDLLOVERRIDES="mscoree,mshtml=" wineboot -u && \
wineserver -w && \
./winetricks -q vcrun2012 winhttp
Expand Down

0 comments on commit f748b3e

Please sign in to comment.