Browse Source

Add libgl-dev and libsdl2-dev to linux-fresh. (#53)

master
Steveice10 3 years ago
committed by GitHub
parent
commit
7d9bfe1840
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      linux-fresh/Dockerfile

5
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

Loading…
Cancel
Save