From 7d9bfe18406f47253fbb1cd3a0bfaf69a1bbe4ab Mon Sep 17 00:00:00 2001 From: Steveice10 <1269164+Steveice10@users.noreply.github.com> Date: Wed, 28 Jun 2023 00:50:03 -0700 Subject: [PATCH] Add libgl-dev and libsdl2-dev to linux-fresh. (#53) --- linux-fresh/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linux-fresh/Dockerfile b/linux-fresh/Dockerfile index 0f1915b..93a4dd1 100644 --- a/linux-fresh/Dockerfile +++ b/linux-fresh/Dockerfile @@ -28,7 +28,10 @@ RUN apt-get install -y \ qt6-multimedia-dev \ qt6-l10n-tools \ qt6-tools-dev \ - qt6-tools-dev-tools + qt6-tools-dev-tools \ + libgl-dev \ + # Other libraries + libsdl2-dev # Install updated version of glslang RUN add-apt-repository -y ppa:theofficialgman/gpu-tools