Skip to content

Commit 8792224

Browse files
committed
Update shotcut-build to install newer CMake
1 parent fee71d3 commit 8792224

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docker/shotcut-build/Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +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
20+
liblist-moreutils-perl clang-15 curl g++-12 libgomp1 meson s3cmd
21+
22+
RUN curl https://apt.kitware.com/keys/kitware-archive-latest.asc | gpg --dearmor - >/etc/apt/trusted.gpg.d/kitware.gpg && \
23+
apt-add-repository 'deb https://apt.kitware.com/ubuntu/ jammy main' && \
24+
apt-get update -qq && \
25+
apt-get install -yqq cmake
2126

2227
RUN wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | tee /etc/apt/trusted.gpg.d/lunarg.asc && \
2328
wget -qO /etc/apt/sources.list.d/lunarg-vulkan-jammy.list http://packages.lunarg.com/vulkan/lunarg-vulkan-jammy.list && \

0 commit comments

Comments
 (0)