This commit is contained in:
Hans Karlinius
2024-11-23 23:50:52 +01:00
parent 38bea746b3
commit 60cd19cc14
2 changed files with 3 additions and 3 deletions

View File

@@ -12,9 +12,9 @@ COPY requirements.txt /tmp/
# hadolint ignore=DL3042
RUN \
apk add --no-cache \
py3-pip-pyc \
py3-pip \
\
&& pip3 install -r /tmp/requirements.txt
&& pip install -r /tmp/requirements.txt
# Copy root filesystem
COPY rootfs /