From 734972e3b1093f2d4e7ebd4a62354db53d730854 Mon Sep 17 00:00:00 2001 From: Hans Karlinius Date: Sat, 23 Nov 2024 23:02:36 +0100 Subject: [PATCH] update --- vhclient/Dockerfile | 8 ++++---- vhclient/config.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vhclient/Dockerfile b/vhclient/Dockerfile index 3459f7d..7d62564 100644 --- a/vhclient/Dockerfile +++ b/vhclient/Dockerfile @@ -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 \ diff --git a/vhclient/config.yaml b/vhclient/config.yaml index 81e6106..78b2f2d 100644 --- a/vhclient/config.yaml +++ b/vhclient/config.yaml @@ -1,5 +1,5 @@ name: VirtualHere Client -version: "0.1.12" +version: "0.1.13" slug: vhclient description: VirtualHere Client arch: