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 @@ -33,7 +33,7 @@ RUN set -ex; \
33
33
| sort -u \
34
34
| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
35
35
)"; \
36
- apk add --virtual .phpmyadmin-phpexts-rundeps $runDeps; \
36
+ apk add --no-network -- virtual .phpmyadmin-phpexts-rundeps $runDeps; \
37
37
apk del --no-network .build-deps
38
38
39
39
# set recommended PHP.ini settings
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN set -ex; \
33
33
| sort -u \
34
34
| awk 'system(" [ -e /usr/local/lib/" $1 " ]") == 0 { next } { print " so:" $1 }' \
35
35
)" ; \
36
- apk add --virtual .phpmyadmin-phpexts-rundeps $runDeps; \
36
+ apk add --no-network -- virtual .phpmyadmin-phpexts-rundeps $runDeps; \
37
37
apk del --no-network .build-deps
38
38
39
39
# set recommended PHP.ini settings
You can’t perform that action at this time.
0 commit comments