We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409c2a7 commit 87712fcCopy full SHA for 87712fc
1 file changed
cuegui/Dockerfile
@@ -15,10 +15,15 @@ RUN yum -y install \
15
gcc \
16
libXi \
17
libXrender \
18
+ libxkbcommon-x11.x86_64 \
19
mesa-libGL \
20
python-devel \
21
which \
- Xvfb
22
+ Xvfb \
23
+ xcb-util-image.x86_64 \
24
+ xcb-util-keysyms.x86_64 \
25
+ xcb-util-renderutil.x86_64 \
26
+ xcb-util-wm.x86_64
27
28
RUN yum -y install \
29
python-pip \
0 commit comments