This commit is contained in:
Hans Karlinius
2024-11-24 08:24:18 +01:00
parent 4a84cbae53
commit 153d09f1d1
2 changed files with 6 additions and 8 deletions

View File

@@ -8,13 +8,11 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Copy Python requirements file
COPY requirements.txt /tmp/
# Setup base
# hadolint ignore=DL3042
#RUN \
# apk add --no-cache \
# py3-pip \
# \
# && pip install -r /tmp/requirements.txt
RUN \
curl -sSLf -o /usr/bin/initool.zip \
"https://github.com/dbohdan/initool/releases/download/v1.0.0/initool-v1.0.0-9dc7574-linux-x86_64.zip"
RUN unzip /usr/bin/initool.zip
RUN rm /usr/bin/initool.zip
# Copy root filesystem
COPY rootfs /