linux: Add glslang and glslang-utils to mingw and fresh containers

...respectively. Required for TCR.
This commit is contained in:
lat9nq 2020-11-19 19:57:56 -05:00
parent b6af5cee89
commit 0a9e0ecccc
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && mkdir -p /tmp/pkgs && \
gnupg \
wget \
git \
glslang \
python-pip \
python \
python2 \