Add libgl-dev and libsdl2-dev to linux-fresh. (#53)
This commit is contained in:
parent
705f98f1eb
commit
7d9bfe1840
@ -28,7 +28,10 @@ RUN apt-get install -y \
|
|||||||
qt6-multimedia-dev \
|
qt6-multimedia-dev \
|
||||||
qt6-l10n-tools \
|
qt6-l10n-tools \
|
||||||
qt6-tools-dev \
|
qt6-tools-dev \
|
||||||
qt6-tools-dev-tools
|
qt6-tools-dev-tools \
|
||||||
|
libgl-dev \
|
||||||
|
# Other libraries
|
||||||
|
libsdl2-dev
|
||||||
|
|
||||||
# Install updated version of glslang
|
# Install updated version of glslang
|
||||||
RUN add-apt-repository -y ppa:theofficialgman/gpu-tools
|
RUN add-apt-repository -y ppa:theofficialgman/gpu-tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user