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 \