Fix PHP 5.6 and 7.0 work images

This commit is contained in:
cytopia
2022-04-05 13:17:52 +02:00
parent a425b5fd82
commit 3610e5f602
14 changed files with 26 additions and 14 deletions

View File

@@ -734,7 +734,7 @@ else \
pg_isready --version; \
fi \
\
&& if echo '7.1' | grep -E '^(5.2|5.3|5.4|5.5)$' >/dev/null; then \
&& if echo '7.1' | grep -E '^(5.2|5.3|5.4|5.5|5.6|7.0)$' >/dev/null; then \
if [ "$(dpkg-architecture --query DEB_BUILD_ARCH)" = "amd64" ]; then \
mongofiles --version; \
fi \