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

Commit 01fc206

Browse files
authored
bug: x11vnc delayed (SeleniumHQ#2119)
1 parent ae518bc commit 01fc206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeBase/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN apt-get -qqy update \
4444
#=====
4545
RUN apt-get update -qqy \
4646
&& apt-get -qqy --no-install-recommends install \
47-
x11vnc \
47+
x11vnc x11-utils fluxbox \
4848
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/*
4949

5050
#=========

0 commit comments

Comments
 (0)