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