Files
home-assistant-addons/vhclient/Dockerfile
2025-08-09 09:12:57 +02:00

11 lines
158 B
Docker

ARG BUILD_FROM
FROM $BUILD_FROM
# Copy root filesystem
COPY rootfs /
# Install vhclient
ARG BUILD_ARCH
ARG CACHEBUST=1
RUN /usr/bin/getvhclient $BUILD_ARCH