Skip to content

Commit

Permalink
Set LIBGL_ALWAYS_SOFTWARE=true
Browse files Browse the repository at this point in the history
Avoid Mesa warnings and errors.
  • Loading branch information
amezin committed Dec 25, 2023
1 parent 77d486f commit 69785ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,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 69785ea

Please sign in to comment.