From 91ed113a9033770b198eef22727d1568c6988b74 Mon Sep 17 00:00:00 2001 From: hoellen Date: Wed, 20 Dec 2017 17:08:13 +0100 Subject: [PATCH] [nginx-php] fix build error on docker hub --- nginx-php/7.1/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx-php/7.1/Dockerfile b/nginx-php/7.1/Dockerfile index 3f4c5fe..10ff63a 100644 --- a/nginx-php/7.1/Dockerfile +++ b/nginx-php/7.1/Dockerfile @@ -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; } \ && make clean \ && chmod u+x /usr/local/bin/* /etc/s6.d/*/* \ + && sleep 1 \ && docker-php-ext-install ${PHP_EXT_LIST} \ && apk del ${BUILD_DEPS} \ && rm -rf /tmp/* /var/cache/apk/* /usr/src/* \