This commit is contained in:
Hans Karlinius
2024-11-23 23:04:55 +01:00
parent 734972e3b1
commit b5a0880cd6
2 changed files with 6 additions and 6 deletions

View File

@@ -9,11 +9,11 @@ COPY rootfs /
# Copy Python requirements file
COPY requirements.txt /tmp/
RUN \
apk add --no-cache \
python3-pip \
&& pip install --no-cache-dir --prefer-binary \
-r /tmp/requirements.txt
#RUN \
# 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.13"
version: "0.1.14"
slug: vhclient
description: VirtualHere Client
arch: