Merge pull request #9 from VPeruS/docker-build-update

container: added more required dependencies
This commit is contained in:
Kelsi Rae Davis 2026-03-06 16:48:44 -08:00 committed by GitHub
commit 8e01c3da3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,8 @@ RUN apt-get update && \
libavcodec-dev \
libswscale-dev \
libavutil-dev \
libvulkan-dev \
vulkan-tools \
libstorm-dev && \
rm -rf /var/lib/apt/lists/*