From a8238c2b9b6bb447f6c260a6f38f5463e33b1690 Mon Sep 17 00:00:00 2001 From: GPUCode <47210458+GPUCode@users.noreply.github.com> Date: Mon, 8 May 2023 19:53:35 +0300 Subject: [PATCH] linux: Update glslang (#46) * Provides a newer glslang version we need --- linux-fresh/Dockerfile | 2 +- linux-frozen/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-fresh/Dockerfile b/linux-fresh/Dockerfile index 9e1afe6..acd1172 100644 --- a/linux-fresh/Dockerfile +++ b/linux-fresh/Dockerfile @@ -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 \ diff --git a/linux-frozen/Dockerfile b/linux-frozen/Dockerfile index 88cd808..e61c752 100644 --- a/linux-frozen/Dockerfile +++ b/linux-frozen/Dockerfile @@ -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 \