diff --git a/Dockerfile b/Dockerfile index d829054..9f3c1b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ LABEL description="tebarius Mysteryhelfer web" WORKDIR /app RUN apt-get update \ - && apt-get install -y curl build-essential\ + && apt-get install -y curl build-essential cmake \ && rm -rf /var/lib/apt/lists/* COPY requirements.txt .