linux: Update glslang (#46)

* Provides a newer glslang version we need
This commit is contained in:
GPUCode 2023-05-08 19:53:35 +03:00 committed by GitHub
parent 3e2ed3a387
commit a8238c2b9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ RUN apt-get install -y \
ninja-build \
&& \
# Install updated version of glslang
add-apt-repository -y ppa:savoury1/ffmpeg4 && \
add-apt-repository -y ppa:theofficialgman/gpu-tools && \
apt-get update -y && \
apt-get install --no-install-recommends -y \
glslang-dev \

View File

@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
ninja-build \
&& \
# Install updated version of glslang
add-apt-repository -y ppa:savoury1/ffmpeg4 && \
add-apt-repository -y ppa:theofficialgman/gpu-tools && \
apt-get update -y && \
apt-get install --no-install-recommends -y \
glslang-dev \