Skip to content

Commit 064b3c0

Browse files
committed
Use the newer LunarG Vulkan SDK
1 parent a6bd21a commit 064b3c0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docker/shotcut-build/Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ RUN apt-get update -qq && \
1717
apt-transport-https ca-certificates gnupg software-properties-common \
1818
libdouble-conversion-dev va-driver-all libxcb-xinerama0 libxcb-icccm4 \
1919
libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-cursor0 libxcb-shape0 \
20-
liblist-moreutils-perl cmake clang-15 curl g++-12 libgomp1 meson s3cmd \
21-
libvulkan-dev
20+
liblist-moreutils-perl cmake clang-15 curl g++-12 libgomp1 meson s3cmd
21+
22+
RUN wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | tee /etc/apt/trusted.gpg.d/lunarg.asc && \
23+
wget -qO /etc/apt/sources.list.d/lunarg-vulkan-jammy.list http://packages.lunarg.com/vulkan/lunarg-vulkan-jammy.list && \
24+
apt update && \
25+
sudo apt install -y vulkan-sdk
2226

2327
WORKDIR /root/Qt
2428
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

Comments
 (0)