This commit is contained in:
Hans Karlinius
2024-11-23 23:31:14 +01:00
parent bc14badb9e
commit 2ace2dafd9
2 changed files with 6 additions and 3 deletions

View File

@@ -2,8 +2,8 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.6
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
# Copy root filesystem
COPY rootfs /
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Copy Python requirements file
COPY requirements.txt /tmp/
@@ -28,6 +28,9 @@ RUN \
&& rm -f -r \
/tmp/*
# Copy root filesystem
COPY rootfs /
# https://www.virtualhere.com/sites/default/files/usbclient/vhclient${BUILD_ARCH}
RUN \
curl -sSLf -o /usr/bin/vhclient \