Merge pull request #20 from lat9nq/glslv-update

linux: Add glslang and glslang-utils to mingw and fresh containers
This commit is contained in:
bunnei 2020-11-19 17:07:30 -08:00 committed by GitHub
commit c5385aef7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 \ build-essential \
gcc-10 \ gcc-10 \
g++-10 \ g++-10 \
glslang-tools \
libavcodec-dev \ libavcodec-dev \
libavutil-dev \ libavutil-dev \
libswscale-dev \ libswscale-dev \
libboost-all-dev \ libboost-all-dev \
liblz4-dev \ liblz4-dev \
libmbedtls-dev \
libopus-dev \ libopus-dev \
libsdl2-dev \ libsdl2-dev \
libssl-dev \ libssl-dev \

View File

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