We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd48f5 commit a6bd21aCopy full SHA for a6bd21a
1 file changed
docker/shotcut-build/Dockerfile
@@ -17,7 +17,8 @@ RUN apt-get update -qq && \
17
apt-transport-https ca-certificates gnupg software-properties-common \
18
libdouble-conversion-dev va-driver-all libxcb-xinerama0 libxcb-icccm4 \
19
libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-cursor0 libxcb-shape0 \
20
- liblist-moreutils-perl cmake clang-15 curl g++-12 libgomp1 meson s3cmd
+ liblist-moreutils-perl cmake clang-15 curl g++-12 libgomp1 meson s3cmd \
21
+ libvulkan-dev
22
23
WORKDIR /root/Qt
24
RUN curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/qt-6.8.3-ubuntu22.04-x86_64.txz && \
0 commit comments