Skip to content

Commit

Permalink
Install Vulkan dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed Sep 24, 2024
1 parent 52f0628 commit 50ce733
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,18 @@ RUN \
libopenmpt-dev \
libopus-dev \
libpulse-dev \
libplacebo-dev \
librtmp-dev \
librubberband-dev \
libsctp-dev \
libsdl2-dev \
libshaderc-dev \
libshine-dev \
libsmbclient-dev \
libsnappy-dev \
libsoxr-dev \
libspeex-dev \
libspirv-cross-c-shared-dev \
libssh-dev \
libssl-dev \
libtesseract-dev \
Expand All @@ -69,6 +72,7 @@ RUN \
libvo-amrwbenc-dev \
libvorbis-dev \
libvpx-dev \
libvulkan-dev \
libwebp-dev \
libx11-dev \
libx11-xcb-dev \
Expand All @@ -84,6 +88,8 @@ RUN \
libzmq3-dev \
libzvbi-dev \
ocl-icd-opencl-dev \
spirv-cross \
spirv-headers \
zlib1g-dev && \
apt-get -y clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit 50ce733

Please sign in to comment.