This commit is contained in:
Hans Karlinius
2024-11-23 23:20:05 +01:00
parent b5a0880cd6
commit 331a24a268
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -1,5 +1,5 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base-python/amd64:15.0.3
#ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.6 #ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.6
ARG BUILD_FROM=ghcr.io/hassio-addons/base-python:15.0.3
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
@@ -9,11 +9,11 @@ COPY rootfs /
# Copy Python requirements file # Copy Python requirements file
COPY requirements.txt /tmp/ COPY requirements.txt /tmp/
#RUN \ ARG BUILD_ARCH=amd64
# apk add --no-cache \ RUN \
# python3-pip \ pip install --no-cache-dir --prefer-binary \
# && pip install --no-cache-dir --prefer-binary \ --find-links "https://wheels.home-assistant.io/alpine-3.13/${BUILD_ARCH}/" \
# -r /tmp/requirements.txt -r /tmp/requirements.txt
# https://www.virtualhere.com/sites/default/files/usbclient/vhclient${BUILD_ARCH} # https://www.virtualhere.com/sites/default/files/usbclient/vhclient${BUILD_ARCH}
RUN \ RUN \
+1 -1
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client name: VirtualHere Client
version: "0.1.14" version: "0.1.15"
slug: vhclient slug: vhclient
description: VirtualHere Client description: VirtualHere Client
arch: arch: