update
This commit is contained in:
@@ -11,22 +11,10 @@ COPY requirements.txt /tmp/
|
|||||||
# Setup base
|
# Setup base
|
||||||
# hadolint ignore=DL3042
|
# hadolint ignore=DL3042
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache \
|
||||||
py3-pip=24.0-r2 \
|
py3-pip-pyc \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& pip3 install -r /tmp/requirements.txt
|
||||||
python3=3.12.7-r0 \
|
|
||||||
\
|
|
||||||
&& pip3 install -r /tmp/requirements.txt \
|
|
||||||
\
|
|
||||||
&& find /usr/local \
|
|
||||||
\( -type d -a -name test -o -name tests -o -name '__pycache__' \) \
|
|
||||||
-o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
|
|
||||||
-exec rm -rf '{}' + \
|
|
||||||
\
|
|
||||||
&& apk del --no-cache --purge .build-dependencies \
|
|
||||||
&& rm -f -r \
|
|
||||||
/tmp/*
|
|
||||||
|
|
||||||
# Copy root filesystem
|
# Copy root filesystem
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: VirtualHere Client
|
name: VirtualHere Client
|
||||||
version: "0.1.20"
|
version: "0.1.21"
|
||||||
slug: vhclient
|
slug: vhclient
|
||||||
description: VirtualHere Client
|
description: VirtualHere Client
|
||||||
arch:
|
arch:
|
||||||
|
|||||||
Reference in New Issue
Block a user