Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 61ff7e3

Browse files
committed
Fall back for XVFB start
Fixes SeleniumHQ#1610
1 parent 43972f6 commit 61ff7e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NodeBase/Dockerfile.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ ENV SE_SCREEN_HEIGHT 1020
159159
ENV SE_SCREEN_DEPTH 24
160160
ENV SE_SCREEN_DPI 96
161161
ENV SE_START_XVFB true
162+
# Temporal fix for https://github.com/SeleniumHQ/docker-selenium/issues/1610
163+
ENV START_XVFB true
162164
ENV SE_START_NO_VNC true
163165
ENV SE_NO_VNC_PORT 7900
164166
ENV SE_VNC_PORT 5900

0 commit comments

Comments
 (0)