diff --git a/Dockerfile b/Dockerfile index d8b13f5a2..856fe0f92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,6 @@ RUN apt update \ build-essential \ curl \ python3-venv \ - cmake \ && apt clean \ && rm -rf /var/lib/apt/lists/*