Ensure to check against already available reflection module

This commit is contained in:
cytopia
2018-12-16 17:19:14 +01:00
parent bbe3785091
commit faff334e14
11 changed files with 7 additions and 38 deletions

View File

@@ -484,6 +484,8 @@ RUN set -x \
&& php-fpm -m | grep -oiE '^recode$' \
&& php -m | grep -oiE '^redis$' \
&& php-fpm -m | grep -oiE '^redis$' \
&& php -m | grep -oiE '^reflection$' \
&& php-fpm -m | grep -oiE '^reflection$' \
&& php -m | grep -oiE '^session$' \
&& php-fpm -m | grep -oiE '^session$' \
&& php -m | grep -oiE '^shmop$' \