fix: update cmake installation script

Meng Zhang 2023-11-05 12:42:36 -08:00
parent 8d0a7c3dbd
commit 0ec7097fce
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
# Install latest cmake
RUN curl https://apt.kitware.com/kitware-archive.sh | bash -s -- --release focal \
RUN curl https://apt.kitware.com/kitware-archive.sh | bash -s -- --release focal && \
apt-get install -y --no-install-recommends \
cmake \
&& \