Dockerfile aktualisiert

This commit is contained in:
2025-07-26 11:19:08 +02:00
parent 685b40519e
commit 1c2eba92e6

View File

@@ -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 .