df
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 17:51:36 +02:00
parent 48cce8ddc8
commit 3e441f8c5d

View file

@ -7,8 +7,8 @@ COPY requirements.txt .
# hadolint ignore=DL3008,DL3028
RUN apt-get update \
&& apt-get -y --no-install-recommends install wget \
RUN python3 -m pip install -r requirements.txt \
&& apt-get -y --no-install-recommends install wget
RUN python3 -m pip install --no-cache-dir -r requirements.txt \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*