This commit is contained in:
Hans Karlinius
2024-11-23 23:02:36 +01:00
parent 8df66279c5
commit 734972e3b1
2 changed files with 5 additions and 5 deletions

View File

@@ -10,10 +10,10 @@ COPY rootfs /
COPY requirements.txt /tmp/
RUN \
pip install \
--no-cache-dir \
--prefer-binary \
-r /tmp/requirements.txt
apk add --no-cache \
python3-pip \
&& pip install --no-cache-dir --prefer-binary \
-r /tmp/requirements.txt
# https://www.virtualhere.com/sites/default/files/usbclient/vhclient${BUILD_ARCH}
RUN \

View File

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