File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2227RUN 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 && \
You can’t perform that action at this time.
0 commit comments