mirror of
https://github.com/linuxserver/docker-homeassistant.git
synced 2026-02-20 08:40:45 +08:00
remove virtual package to stop forever updating package version
This commit is contained in:
parent
10469850ab
commit
ef6ba1fcb5
@ -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 \) \
|
||||
|
||||
@ -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 \) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user