This commit is contained in:
Michael Grote 2024-07-11 17:34:14 +02:00
parent 2ea483fba9
commit 5faec22248

View file

@ -11,7 +11,7 @@ RUN apt-get update \
python3 \
python3-pip \
wget \
&& python3 -m pip install --break-system-packages --no-cache-dir -r requirements.txt \
&& python3 -m pip install --no-cache-dir -r requirements.txt --break-system-packages \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*