[nginx-php] fix build error on docker hub

This commit is contained in:
hoellen 2017-12-20 17:08:13 +01:00
parent 8f9c2b0d2e
commit 91ed113a90

View File

@ -177,6 +177,7 @@ RUN NB_CORES=${BUILD_CORES-$(getconf _NPROCESSORS_CONF)} \
&& { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } \ && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } \
&& make clean \ && make clean \
&& chmod u+x /usr/local/bin/* /etc/s6.d/*/* \ && chmod u+x /usr/local/bin/* /etc/s6.d/*/* \
&& sleep 1 \
&& docker-php-ext-install ${PHP_EXT_LIST} \ && docker-php-ext-install ${PHP_EXT_LIST} \
&& apk del ${BUILD_DEPS} \ && apk del ${BUILD_DEPS} \
&& rm -rf /tmp/* /var/cache/apk/* /usr/src/* \ && rm -rf /tmp/* /var/cache/apk/* /usr/src/* \