test
This commit is contained in:
@@ -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 /
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user