File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ RUN set -ex \
7979 | tr ',' '\n ' \
8080 | sort -u \
8181 | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
82- | xargs -rt apk add --virtual .python-rundeps \
82+ | xargs -rt apk add --no-cache -- virtual .python-rundeps \
8383 && apk del .build-deps \
8484 \
8585 && find /usr/local -depth \
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ RUN set -ex \
7979 | tr ',' '\n ' \
8080 | sort -u \
8181 | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
82- | xargs -rt apk add --virtual .python-rundeps \
82+ | xargs -rt apk add --no-cache -- virtual .python-rundeps \
8383 && apk del .build-deps \
8484 \
8585 && find /usr/local -depth \
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ RUN set -ex \
7979 | tr ',' '\n ' \
8080 | sort -u \
8181 | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
82- | xargs -rt apk add --virtual .python-rundeps \
82+ | xargs -rt apk add --no-cache -- virtual .python-rundeps \
8383 && apk del .build-deps \
8484 \
8585 && find /usr/local -depth \
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ RUN set -ex \
8181 | tr ',' '\n ' \
8282 | sort -u \
8383 | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
84- | xargs -rt apk add --virtual .python-rundeps \
84+ | xargs -rt apk add --no-cache -- virtual .python-rundeps \
8585 && apk del .build-deps \
8686 \
8787 && find /usr/local -depth \
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ RUN set -ex \
8181 | tr ',' '\n ' \
8282 | sort -u \
8383 | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
84- | xargs -rt apk add --virtual .python-rundeps \
84+ | xargs -rt apk add --no-cache -- virtual .python-rundeps \
8585 && apk del .build-deps \
8686 \
8787 && find /usr/local -depth \
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ RUN set -ex \
8181 | tr ',' '\n ' \
8282 | sort -u \
8383 | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
84- | xargs -rt apk add --virtual .python-rundeps \
84+ | xargs -rt apk add --no-cache -- virtual .python-rundeps \
8585 && apk del .build-deps \
8686 \
8787 && find /usr/local -depth \
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ RUN set -ex \
8181 | tr ',' '\n ' \
8282 | sort -u \
8383 | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
84- | xargs -rt apk add --virtual .python-rundeps \
84+ | xargs -rt apk add --no-cache -- virtual .python-rundeps \
8585 && apk del .build-deps \
8686 \
8787 && find /usr/local -depth \
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN set -ex \
8383 | tr ',' '\n ' \
8484 | sort -u \
8585 | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
86- | xargs -rt apk add --virtual .python-rundeps \
86+ | xargs -rt apk add --no-cache -- virtual .python-rundeps \
8787 && apk del .build-deps \
8888 \
8989 && find /usr/local -depth \
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN set -ex \
8383 | tr ',' '\n ' \
8484 | sort -u \
8585 | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
86- | xargs -rt apk add --virtual .python-rundeps \
86+ | xargs -rt apk add --no-cache -- virtual .python-rundeps \
8787 && apk del .build-deps \
8888 \
8989 && find /usr/local -depth \
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN set -ex \
8383 | tr ',' '\n ' \
8484 | sort -u \
8585 | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
86- | xargs -rt apk add --virtual .python-rundeps \
86+ | xargs -rt apk add --no-cache -- virtual .python-rundeps \
8787 && apk del .build-deps \
8888 \
8989 && find /usr/local -depth \
You can’t perform that action at this time.
0 commit comments