This commit is contained in:
Hans Karlinius
2024-11-24 08:24:18 +01:00
parent 4a84cbae53
commit 153d09f1d1
2 changed files with 6 additions and 8 deletions

View File

@@ -8,13 +8,11 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Copy Python requirements file # Copy Python requirements file
COPY requirements.txt /tmp/ COPY requirements.txt /tmp/
# Setup base RUN \
# hadolint ignore=DL3042 curl -sSLf -o /usr/bin/initool.zip \
#RUN \ "https://github.com/dbohdan/initool/releases/download/v1.0.0/initool-v1.0.0-9dc7574-linux-x86_64.zip"
# apk add --no-cache \ RUN unzip /usr/bin/initool.zip
# py3-pip \ RUN rm /usr/bin/initool.zip
# \
# && pip install -r /tmp/requirements.txt
# Copy root filesystem # Copy root filesystem
COPY rootfs / COPY rootfs /

View File

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