File tree Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RUN set -ex \
60
60
xz-dev \
61
61
zlib-dev \
62
62
# add build deps before removing fetch deps in case there's overlap
63
- && apk del .fetch-deps \
63
+ && apk del --no-network .fetch-deps \
64
64
\
65
65
&& cd /usr/src/python \
66
66
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
@@ -120,7 +120,7 @@ RUN set -ex \
120
120
| sort -u \
121
121
| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
122
122
| xargs -rt apk add --no-cache --virtual .python-rundeps \
123
- && apk del .build-deps \
123
+ && apk del --no-network .build-deps \
124
124
\
125
125
&& find /usr/local -depth \
126
126
\( \
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RUN set -ex \
60
60
xz-dev \
61
61
zlib-dev \
62
62
# add build deps before removing fetch deps in case there's overlap
63
- && apk del .fetch-deps \
63
+ && apk del --no-network .fetch-deps \
64
64
\
65
65
&& cd /usr/src/python \
66
66
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
@@ -120,7 +120,7 @@ RUN set -ex \
120
120
| sort -u \
121
121
| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
122
122
| xargs -rt apk add --no-cache --virtual .python-rundeps \
123
- && apk del .build-deps \
123
+ && apk del --no-network .build-deps \
124
124
\
125
125
&& find /usr/local -depth \
126
126
\( \
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ RUN set -ex \
62
62
xz-dev \
63
63
zlib-dev \
64
64
# add build deps before removing fetch deps in case there's overlap
65
- && apk del .fetch-deps \
65
+ && apk del --no-network .fetch-deps \
66
66
\
67
67
&& cd /usr/src/python \
68
68
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
@@ -122,7 +122,7 @@ RUN set -ex \
122
122
| sort -u \
123
123
| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
124
124
| xargs -rt apk add --no-cache --virtual .python-rundeps \
125
- && apk del .build-deps \
125
+ && apk del --no-network .build-deps \
126
126
\
127
127
&& find /usr/local -depth \
128
128
\( \
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ RUN set -ex \
62
62
xz-dev \
63
63
zlib-dev \
64
64
# add build deps before removing fetch deps in case there's overlap
65
- && apk del .fetch-deps \
65
+ && apk del --no-network .fetch-deps \
66
66
\
67
67
&& cd /usr/src/python \
68
68
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
@@ -122,7 +122,7 @@ RUN set -ex \
122
122
| sort -u \
123
123
| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
124
124
| xargs -rt apk add --no-cache --virtual .python-rundeps \
125
- && apk del .build-deps \
125
+ && apk del --no-network .build-deps \
126
126
\
127
127
&& find /usr/local -depth \
128
128
\( \
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ RUN set -ex \
63
63
xz-dev \
64
64
zlib-dev \
65
65
# add build deps before removing fetch deps in case there's overlap
66
- && apk del .fetch-deps \
66
+ && apk del --no-network .fetch-deps \
67
67
\
68
68
&& cd /usr/src/python \
69
69
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
@@ -123,7 +123,7 @@ RUN set -ex \
123
123
| sort -u \
124
124
| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
125
125
| xargs -rt apk add --no-cache --virtual .python-rundeps \
126
- && apk del .build-deps \
126
+ && apk del --no-network .build-deps \
127
127
\
128
128
&& find /usr/local -depth \
129
129
\( \
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ RUN set -ex \
63
63
xz-dev \
64
64
zlib-dev \
65
65
# add build deps before removing fetch deps in case there's overlap
66
- && apk del .fetch-deps \
66
+ && apk del --no-network .fetch-deps \
67
67
\
68
68
&& cd /usr/src/python \
69
69
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
@@ -123,7 +123,7 @@ RUN set -ex \
123
123
| sort -u \
124
124
| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
125
125
| xargs -rt apk add --no-cache --virtual .python-rundeps \
126
- && apk del .build-deps \
126
+ && apk del --no-network .build-deps \
127
127
\
128
128
&& find /usr/local -depth \
129
129
\( \
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ RUN set -ex \
63
63
xz-dev \
64
64
zlib-dev \
65
65
# add build deps before removing fetch deps in case there's overlap
66
- && apk del .fetch-deps \
66
+ && apk del --no-network .fetch-deps \
67
67
\
68
68
&& cd /usr/src/python \
69
69
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
@@ -87,7 +87,7 @@ RUN set -ex \
87
87
| sort -u \
88
88
| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
89
89
| xargs -rt apk add --no-cache --virtual .python-rundeps \
90
- && apk del .build-deps \
90
+ && apk del --no-network .build-deps \
91
91
\
92
92
&& find /usr/local -depth \
93
93
\( \
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ RUN set -ex \
63
63
xz-dev \
64
64
zlib-dev \
65
65
# add build deps before removing fetch deps in case there's overlap
66
- && apk del .fetch-deps \
66
+ && apk del --no-network .fetch-deps \
67
67
\
68
68
&& cd /usr/src/python \
69
69
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
@@ -87,7 +87,7 @@ RUN set -ex \
87
87
| sort -u \
88
88
| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
89
89
| xargs -rt apk add --no-cache --virtual .python-rundeps \
90
- && apk del .build-deps \
90
+ && apk del --no-network .build-deps \
91
91
\
92
92
&& find /usr/local -depth \
93
93
\( \
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ RUN set -ex \
63
63
xz-dev \
64
64
zlib-dev \
65
65
# add build deps before removing fetch deps in case there's overlap
66
- && apk del .fetch-deps \
66
+ && apk del --no-network .fetch-deps \
67
67
\
68
68
&& cd /usr/src/python \
69
69
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
@@ -87,7 +87,7 @@ RUN set -ex \
87
87
| sort -u \
88
88
| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
89
89
| xargs -rt apk add --no-cache --virtual .python-rundeps \
90
- && apk del .build-deps \
90
+ && apk del --no-network .build-deps \
91
91
\
92
92
&& find /usr/local -depth \
93
93
\( \
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN set -ex \
57
57
xz-dev \
58
58
zlib-dev \
59
59
# add build deps before removing fetch deps in case there's overlap
60
- && apk del .fetch-deps \
60
+ && apk del --no-network .fetch-deps \
61
61
\
62
62
&& cd /usr/src/python \
63
63
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
@@ -117,7 +117,7 @@ RUN set -ex \
117
117
| sort -u \
118
118
| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
119
119
| xargs -rt apk add --no-cache --virtual .python-rundeps \
120
- && apk del .build-deps \
120
+ && apk del --no-network .build-deps \
121
121
\
122
122
&& find /usr/local -depth \
123
123
\( \
You can’t perform that action at this time.
0 commit comments