change dockerfile

This commit is contained in:
2025-07-26 09:04:41 +02:00
parent 69bc456b59
commit 9107d7ba63

View File

@@ -6,7 +6,7 @@ LABEL description="tebarius Mysteryhelfer web"
WORKDIR /app
RUN apt-get update \
&& apt-get install -y curl \
&& apt-get install -y curl build-essential\
&& rm -rf /var/lib/apt/lists/*
COPY requirements.txt .