dd
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Michael Grote 2024-07-25 22:22:23 +02:00
parent e0a036bc87
commit 076b0fb532

View file

@ -6,6 +6,7 @@ WORKDIR /
COPY requirements.txt .
COPY requirements.yaml .
# hadolint ignore=DL3013
RUN python3 -m pip install --no-cache-dir --upgrade pip \
&& python3 -m pip install --no-cache-dir -r requirements.txt