From ef6ba1fcb5b5a0828989fd95b01bd00aefbf3bec Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Thu, 15 Feb 2024 12:19:04 -0500 Subject: [PATCH] remove virtual package to stop forever updating package version --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fe88abc..f4bc097 100644 --- a/Dockerfile +++ b/Dockerfile @@ -164,7 +164,7 @@ RUN \ | tr ',' '\n' \ | sort -u \ | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \ - | xargs -rt apk add --no-cache --virtual .python-rundeps && \ + | xargs -rt apk add --no-cache && \ find /usr/local -depth \ \( \ -type d -a \( -name test -o -name tests \) \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index d55f414..b0ec09f 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -164,7 +164,7 @@ RUN \ | tr ',' '\n' \ | sort -u \ | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \ - | xargs -rt apk add --no-cache --virtual .python-rundeps && \ + | xargs -rt apk add --no-cache && \ find /usr/local -depth \ \( \ -type d -a \( -name test -o -name tests \) \