t
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Michael Grote 2024-07-11 12:03:57 +02:00
parent 765dc1a297
commit 2ea483fba9

View file

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