Update PHP modules

This commit is contained in:
cytopia
2020-11-29 09:19:43 +01:00
parent 62c65d19e7
commit dc98c5cefe
8 changed files with 60 additions and 9 deletions

View File

@@ -437,6 +437,8 @@ RUN set -eux \
# Type: GIT extension
&& git clone https://github.com/xdebug/xdebug /tmp/xdebug \
&& cd /tmp/xdebug \
# Custom: Branch
&& git checkout $(git for-each-ref --format='%(refname)' refs/tags | grep -E 'tags/[.0-9]+$' | sed 's|.*tags/||g' | sort -V | tail -1) \
# Default: Install command
&& phpize \
&& ./configure --enable-xdebug \