Skip to content
Snippets Groups Projects
Verified Commit 6e5fee9b authored by Lars Bilke's avatar Lars Bilke
Browse files

[ogs] Added libgl1-mesa-glx.

parent badb50e1
No related branches found
No related tags found
No related merge requests found
......@@ -647,10 +647,10 @@ if local_args.ogs != "off" and local_args.ogs != "clean":
# https://github.com/Kaggle/docker-python/pull/358
# xvfb for PyVista
Stage0 += packages(
apt=["libgl1", "xvfb", "libglu1-mesa"],
apt=["libgl1", "xvfb", "libgl1-mesa-glx", "libglu1-mesa"],
yum=["mesa-libGL", "xorg-x11-server-Xvfb", "mesa-libGLU"],
)
Stage1 += packages(
apt=["libgl1", "xvfb", "libglu1-mesa"],
apt=["libgl1", "xvfb", "libgl1-mesa-glx", "libglu1-mesa"],
yum=["mesa-libGL", "xorg-x11-server-Xvfb", "mesa-libGLU"],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment