test
This commit is contained in:
@@ -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 /
|
||||
|
||||
Reference in New Issue
Block a user