remove virtual package to stop forever updating package version

This commit is contained in:
aptalca 2024-02-15 12:19:04 -05:00
parent 10469850ab
commit ef6ba1fcb5
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548
2 changed files with 2 additions and 2 deletions

View File

@ -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 \) \

View File

@ -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 \) \