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

This commit is contained in:
Steveice10 2023-06-28 00:50:03 -07:00 committed by GitHub
parent 705f98f1eb
commit 7d9bfe1840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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