File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
2327WORKDIR /root/Qt
2428RUN curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/qt-6.8.3-ubuntu22.04-x86_64.txz && \
You can’t perform that action at this time.
0 commit comments