fdgh
Some checks failed
ci/woodpecker/manual/lint Pipeline was successful
ci/woodpecker/manual/build Pipeline failed

This commit is contained in:
Michael Grote 2024-07-11 17:40:55 +02:00
parent 5faec22248
commit 7ed14ba19a

View file

@ -9,8 +9,8 @@ COPY requirements.txt .
RUN apt-get update \ RUN apt-get update \
&& apt-get -y --no-install-recommends install \ && apt-get -y --no-install-recommends install \
python3 \ python3 \
python3-pip \
wget \ wget \
&& python -m ensurepip --upgrade \
&& python3 -m pip install --no-cache-dir -r requirements.txt --break-system-packages \ && python3 -m pip install --no-cache-dir -r requirements.txt --break-system-packages \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* && rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*