Skip to content

Commit 50ce733

Browse files
committed
Install Vulkan dev packages
1 parent 52f0628 commit 50ce733

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,18 @@ RUN \
4848
libopenmpt-dev \
4949
libopus-dev \
5050
libpulse-dev \
51+
libplacebo-dev \
5152
librtmp-dev \
5253
librubberband-dev \
5354
libsctp-dev \
5455
libsdl2-dev \
56+
libshaderc-dev \
5557
libshine-dev \
5658
libsmbclient-dev \
5759
libsnappy-dev \
5860
libsoxr-dev \
5961
libspeex-dev \
62+
libspirv-cross-c-shared-dev \
6063
libssh-dev \
6164
libssl-dev \
6265
libtesseract-dev \
@@ -69,6 +72,7 @@ RUN \
6972
libvo-amrwbenc-dev \
7073
libvorbis-dev \
7174
libvpx-dev \
75+
libvulkan-dev \
7276
libwebp-dev \
7377
libx11-dev \
7478
libx11-xcb-dev \
@@ -84,6 +88,8 @@ RUN \
8488
libzmq3-dev \
8589
libzvbi-dev \
8690
ocl-icd-opencl-dev \
91+
spirv-cross \
92+
spirv-headers \
8793
zlib1g-dev && \
8894
apt-get -y clean && \
8995
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

0 commit comments

Comments
 (0)