File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN set -ex; \
3333 | sort -u \
3434 | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
3535 )"; \
36- apk add --virtual .phpmyadmin-phpexts-rundeps $runDeps; \
36+ apk add --no-network -- virtual .phpmyadmin-phpexts-rundeps $runDeps; \
3737 apk del --no-network .build-deps
3838
3939# set recommended PHP.ini settings
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN set -ex; \
3333 | sort -u \
3434 | awk 'system(" [ -e /usr/local/lib/" $1 " ]") == 0 { next } { print " so:" $1 }' \
3535 )" ; \
36- apk add --virtual .phpmyadmin-phpexts-rundeps $runDeps; \
36+ apk add --no-network -- virtual .phpmyadmin-phpexts-rundeps $runDeps; \
3737 apk del --no-network .build-deps
3838
3939# set recommended PHP.ini settings
You can’t perform that action at this time.
0 commit comments