This commit is contained in:
Hans Karlinius
2024-11-23 22:42:26 +01:00
parent df2232be58
commit f2b58bcba8
2 changed files with 3 additions and 4 deletions

View File

@@ -6,9 +6,8 @@ FROM ${BUILD_FROM}
COPY rootfs /
RUN \
apt-get update \
&& apt-get install -y --no-install-recommends \
crudini
apk add --no-cache \
crudini
# https://www.virtualhere.com/sites/default/files/usbclient/vhclient${BUILD_ARCH}
RUN \