Skip to content

Commit

Permalink
Fixes #1208 - by force updating nghttp2-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
dasrecht committed Aug 30, 2019
1 parent 65d1074 commit 42e5ef4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/php/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 42e5ef4

Please sign in to comment.