Dockerfile aktualisiert

This commit is contained in:
2025-07-26 13:04:18 +02:00
parent ddbc36f276
commit 00504f5915

View File

@@ -6,11 +6,11 @@ LABEL description="tebarius Mysteryhelfer web"
WORKDIR /app
RUN apt-get update \
&& apt-get install -y curl build-essential cmake libprotobuf-dev protobuf-compiler \
&& apt-get install -y curl \
&& rm -rf /var/lib/apt/lists/*
COPY requirements.txt .
RUN Arrow_DIR=/usr/local/lib/cmake/Arrow pip3 install -r requirements.txt
RUN install --no-cache-dir -r requirements.txt
COPY ./app /app