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

@ -7,12 +7,12 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
build-essential \
gcc-10 \
g++-10 \
glslang-tools \
libavcodec-dev \
libavutil-dev \
libswscale-dev \
libboost-all-dev \
liblz4-dev \
libmbedtls-dev \
libopus-dev \
libsdl2-dev \
libssl-dev \

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 \