Skip to content

Commit 87712fc

Browse files
authored
Fix X window issues in the Docker image. (#1004)
1 parent 409c2a7 commit 87712fc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cuegui/Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,15 @@ RUN yum -y install \
1515
gcc \
1616
libXi \
1717
libXrender \
18+
libxkbcommon-x11.x86_64 \
1819
mesa-libGL \
1920
python-devel \
2021
which \
21-
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
2227

2328
RUN yum -y install \
2429
python-pip \

0 commit comments

Comments
 (0)