Ensure to check against mhash module

This commit is contained in:
cytopia
2022-03-21 16:31:17 +01:00
parent 6a00f19e88
commit 8318b43d2f
6 changed files with 14 additions and 0 deletions

View File

@@ -708,6 +708,8 @@ RUN set -eux \
&& php-fpm -m | grep -oiE '^memcache$' \
&& php -m | grep -oiE '^memcached$' \
&& php-fpm -m | grep -oiE '^memcached$' \
&& php -m | grep -oiE '^mhash$' \
&& php-fpm -m | grep -oiE '^mhash$' \
&& php -m | grep -oiE '^mongo$' \
&& php-fpm -m | grep -oiE '^mongo$' \
&& php -m | grep -oiE '^mysql$' \