From 42e5ef41e2ecade0325797efe62beb8a8dfb27ae Mon Sep 17 00:00:00 2001 From: Bastian Widmer Date: Fri, 30 Aug 2019 16:27:51 +0200 Subject: [PATCH] Fixes #1208 - by force updating nghttp2-libs --- images/php/fpm/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/php/fpm/Dockerfile b/images/php/fpm/Dockerfile index 1a2ec7e95b..8f226e70f9 100644 --- a/images/php/fpm/Dockerfile +++ b/images/php/fpm/Dockerfile @@ -54,6 +54,8 @@ RUN apk add --no-cache fcgi \ # for webp libwebp-dev \ postgresql-dev \ + # workaround for https://github.com/amazeeio/lagoon/issues/1208 to have the latest version + nghttp2-libs \ && apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS \ && if [ ${PHP_VERSION%.*} == "7.3" ]; then \ yes '' | pecl install -f apcu \