update
This commit is contained in:
+9
-3
@@ -1,13 +1,19 @@
|
|||||||
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}
|
||||||
|
|
||||||
# Copy root filesystem
|
# Copy root filesystem
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
|
# Copy Python requirements file
|
||||||
|
COPY requirements.txt /tmp/
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache \
|
pip install \
|
||||||
crudini
|
--no-cache-dir \
|
||||||
|
--prefer-binary \
|
||||||
|
-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,5 +1,5 @@
|
|||||||
name: VirtualHere Client
|
name: VirtualHere Client
|
||||||
version: "0.1.11"
|
version: "0.1.12"
|
||||||
slug: vhclient
|
slug: vhclient
|
||||||
description: VirtualHere Client
|
description: VirtualHere Client
|
||||||
arch:
|
arch:
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
crudini==0.9.5
|
||||||
Reference in New Issue
Block a user