This commit is contained in:
Hans Karlinius
2024-11-24 06:58:45 +01:00
parent 60cd19cc14
commit c7ddb7c338
2 changed files with 6 additions and 6 deletions

View File

@@ -10,11 +10,11 @@ COPY requirements.txt /tmp/
# Setup base
# hadolint ignore=DL3042
RUN \
apk add --no-cache \
py3-pip \
\
&& pip install -r /tmp/requirements.txt
#RUN \
# apk add --no-cache \
# py3-pip \
# \
# && pip install -r /tmp/requirements.txt
# Copy root filesystem
COPY rootfs /