fix: update cmake installation script

Meng Zhang 2023-11-05 12:43:10 -08:00
parent e088bc09aa
commit 31601d9cf5
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ RUN apt-get update && \
# Install latest cmake
RUN curl https://apt.kitware.com/kitware-archive.sh | bash -s -- --release focal && \
apt-get update && \
apt-get install -y --no-install-recommends \
cmake \
&& \