Browse Source
linux: Update glslang (#46)
* Provides a newer glslang version we need
master
GPUCode
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
linux-fresh/Dockerfile
-
linux-frozen/Dockerfile
|
|
@ -34,7 +34,7 @@ RUN apt-get install -y \ |
|
|
ninja-build \ |
|
|
ninja-build \ |
|
|
&& \ |
|
|
&& \ |
|
|
# Install updated version of glslang |
|
|
# 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 update -y && \ |
|
|
apt-get install --no-install-recommends -y \ |
|
|
apt-get install --no-install-recommends -y \ |
|
|
glslang-dev \ |
|
|
glslang-dev \ |
|
|
|
|
|
@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \ |
|
|
ninja-build \ |
|
|
ninja-build \ |
|
|
&& \ |
|
|
&& \ |
|
|
# Install updated version of glslang |
|
|
# 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 update -y && \ |
|
|
apt-get install --no-install-recommends -y \ |
|
|
apt-get install --no-install-recommends -y \ |
|
|
glslang-dev \ |
|
|
glslang-dev \ |
|
|
|