mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
[nginx-php] fix build error on docker hub
This commit is contained in:
parent
8f9c2b0d2e
commit
91ed113a90
@ -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/* \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user