Skip to content

Commit

Permalink
Dockerfile: install xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Mar 18, 2024
1 parent 748d83c commit bf5fe47
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ RUN yum -y install python3.11 \
mesa-libGL \
python3.11-tkinter \
xz \
gcc
gcc \
libXScrnSaver \
mesa-libgbm \
nss \
at-spi2-atk \
libX11-xcb

# Installing ffmpeg via relies on the rpmfusion repo and SDL2
# The SDL2 yum package is not currently available in ubi8
Expand Down

0 comments on commit bf5fe47

Please sign in to comment.