Dockerfile aktualisiert

This commit is contained in:
2025-07-26 10:03:10 +02:00
parent 9107d7ba63
commit 685b40519e

View File

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