diff --git a/Dockerfile b/Dockerfile index c33eca9..9a047a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN \ mkdir -p --mode=777 /tmp/.X11-unix; \ # Create job for waiting for Xvfb to start watchStarting="$(mktemp)"; \ - { 2>&1 inotifywait -e create /tmp/.X11-unix/; } | { sed -u -e "/^Watches established.\$/e rm \"$watchStarting\""; } & \ + { 2>&1 inotifywait -e create /tmp/.X11-unix/ > /dev/null; } | { sed -u -e "/^Watches established.\$/e rm \"$watchStarting\""; } & \ displayResolver="$!"; \ while [ -f "$watchStarting" ]; do true; done; \ { \