diff --git a/Dockerfile b/Dockerfile index 667e117..238b462 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ && \