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 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
# Copy root filesystem # Set shell
COPY rootfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Copy Python requirements file # Copy Python requirements file
COPY requirements.txt /tmp/ COPY requirements.txt /tmp/
@@ -28,6 +28,9 @@ RUN \
&& rm -f -r \ && rm -f -r \
/tmp/* /tmp/*
# Copy root filesystem
COPY rootfs /
# https://www.virtualhere.com/sites/default/files/usbclient/vhclient${BUILD_ARCH} # https://www.virtualhere.com/sites/default/files/usbclient/vhclient${BUILD_ARCH}
RUN \ RUN \
curl -sSLf -o /usr/bin/vhclient \ curl -sSLf -o /usr/bin/vhclient \

View File

@@ -1,5 +1,5 @@
name: VirtualHere Client name: VirtualHere Client
version: "0.1.18" version: "0.1.19"
slug: vhclient slug: vhclient
description: VirtualHere Client description: VirtualHere Client
arch: arch: