Syntax
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-09 22:41:06 +02:00
parent 656ebc61ee
commit 356a1721ea

View file

@ -10,7 +10,7 @@ RUN apt-get update \
&& apt-get -y --no-install-recommends install \ && apt-get -y --no-install-recommends install \
python3-full \ python3-full \
python3-pip \ python3-pip \
wget\ wget \
&& pip install --no-cache-dir --break-system-packages -r requirements.txt \ && pip install --no-cache-dir --break-system-packages -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/*