Browse Source

linux: Update glslang (#46)

* Provides a newer glslang version we need
master
GPUCode 3 years ago
committed by GitHub
parent
commit
a8238c2b9b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      linux-fresh/Dockerfile
  2. 2
      linux-frozen/Dockerfile

2
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 \

2
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 \

Loading…
Cancel
Save