Skip to content

Commit

Permalink
Force Mesa to do software rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Dec 25, 2023
1 parent 77d486f commit 7ae8908
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ RUN dnf update -y && \
/usr/bin/xvfb-run \
/usr/bin/tox \
/usr/bin/podman \
mesa-dri-drivers \
python3-gobject \
ImageMagick-libs \
--nodocs \
Expand All @@ -33,3 +32,6 @@ VOLUME /var/lib/containers

# Avoid D-Bus access
ENV GTK_A11Y=none

# Avoid Mesa errors
ENV LIBGL_ALWAYS_SOFTWARE=true

0 comments on commit 7ae8908

Please sign in to comment.