mirror of
https://github.com/azahar-emu/build-environment
synced 2025-11-07 07:30:01 +01:00
linux: Install glslang-tools as well
This commit is contained in:
parent
6c8cac16f4
commit
aa80c0d7c0
@ -24,4 +24,5 @@ RUN apt-get install -y \
|
|||||||
ccache \
|
ccache \
|
||||||
cmake \
|
cmake \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
glslang-dev
|
glslang-dev \
|
||||||
|
glslang-tools
|
||||||
|
|||||||
@ -3,7 +3,7 @@ LABEL maintainer="citraemu"
|
|||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
RUN mkdir -p /tmp/pkgs
|
RUN mkdir -p /tmp/pkgs
|
||||||
COPY install_package.py /tmp/pkgs
|
COPY install_package.py /tmp/pkgs
|
||||||
RUN apt-get update && apt-get install -y p7zip-full build-essential wget git python3-launchpadlib glslang-dev ccache ninja-build
|
RUN apt-get update && apt-get install -y p7zip-full build-essential wget git python3-launchpadlib glslang-dev glslang-tools ccache ninja-build
|
||||||
RUN cd /tmp/pkgs && python3 install_package.py \
|
RUN cd /tmp/pkgs && python3 install_package.py \
|
||||||
libsdl2-dev 2.0.20+dfsg-2build1 jammy \
|
libsdl2-dev 2.0.20+dfsg-2build1 jammy \
|
||||||
qtbase5-dev 5.15.3+dfsg-2 jammy \
|
qtbase5-dev 5.15.3+dfsg-2 jammy \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user