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