This commit is contained in:
Hans Karlinius
2024-11-23 22:38:06 +01:00
parent 7ea274e43d
commit b7dc60ffca
18 changed files with 21 additions and 4 deletions

View File

@@ -5,6 +5,11 @@ FROM ${BUILD_FROM}
# Copy root filesystem
COPY rootfs /
RUN \
apt-get update \
&& apt-get install -y --no-install-recommends \
crudini \
# https://www.virtualhere.com/sites/default/files/usbclient/vhclient${BUILD_ARCH}
RUN \
curl -sSLf -o /usr/bin/vhclient \