File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ RUN set -ex \
80
80
| tr ',' '\n' \
81
81
| sort -u \
82
82
| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
83
- | xargs -rt apk add --virtual .python-rundeps \
83
+ | xargs -rt apk add --no-cache -- virtual .python-rundeps \
84
84
&& apk del .build-deps \
85
85
\
86
86
&& find /usr/local -depth \
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ RUN set -ex \
75
75
| tr ',' '\n' \
76
76
| sort -u \
77
77
| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
78
- | xargs -rt apk add --virtual .python-rundeps \
78
+ | xargs -rt apk add --no-cache -- virtual .python-rundeps \
79
79
&& apk del .build-deps \
80
80
\
81
81
&& find /usr/local -depth \
You can’t perform that action at this time.
0 commit comments