Files
home-assistant-addons/vhclient/Dockerfile
T
Hans Karlinius 4350847a52 test
2024-12-06 00:02:05 +01:00

10 lines
142 B
Docker

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