This commit is contained in:
Hans Karlinius
2024-11-24 19:55:08 +01:00
parent f6de9a025c
commit 9c541d3695
2 changed files with 7 additions and 7 deletions

View File

@@ -13,12 +13,12 @@ ENV \
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base system # Setup base system
ARG BUILD_ARCH=amd64 #ARG BUILD_ARCH=amd64
RUN \ #RUN \
apt-get update \ # apt-get update \
\ # \
&& apt-get install -y --no-install-recommends \ # && apt-get install -y --no-install-recommends \
crudini # crudini
# 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.37" version: "0.1.38"
slug: vhclient slug: vhclient
description: VirtualHere Client description: VirtualHere Client
arch: arch: