This commit is contained in:
Hans Karlinius
2024-11-28 05:22:42 +01:00
parent a5688ac7ac
commit 3ee436828d
3 changed files with 9 additions and 22 deletions
-16
View File
@@ -7,26 +7,10 @@ RUN \
nginx
WORKDIR /data
# Set shell
#SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base system
#ARG BUILD_ARCH=amd64
#RUN \
# apt-get update \
# \
# && apt-get install -y --no-install-recommends \
# crudini
# Copy root filesystem
COPY rootfs /
#RUN \
# curl -sSLf -o 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 -d /usr/bin
#RUN rm initool.zip
# https://www.virtualhere.com/sites/default/files/usbclient/vhclient${BUILD_ARCH}
RUN \
curl -sSLf -o /usr/bin/vhclient \