Skip to content

Commit

Permalink
Fix X window issues in the Docker image. (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcipriano committed Jul 31, 2021
1 parent 409c2a7 commit 87712fc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cuegui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@ RUN yum -y install \
gcc \
libXi \
libXrender \
libxkbcommon-x11.x86_64 \
mesa-libGL \
python-devel \
which \
Xvfb
Xvfb \
xcb-util-image.x86_64 \
xcb-util-keysyms.x86_64 \
xcb-util-renderutil.x86_64 \
xcb-util-wm.x86_64

RUN yum -y install \
python-pip \
Expand Down

0 comments on commit 87712fc

Please sign in to comment.