diff --git a/Dockerfile b/Dockerfile index 9f3c1b6..5a59e6d 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 cmake \ + && apt-get install -y curl build-essential cmake libprotobuf-dev protobuf-compiler \ && rm -rf /var/lib/apt/lists/* COPY requirements.txt .