Fix tests

This commit is contained in:
erikn69
2022-12-19 12:47:27 -05:00
parent 7d1fb0cd86
commit 1198badfe4
3 changed files with 6 additions and 6 deletions

View File

@ -1286,7 +1286,7 @@ RUN if [ ${INSTALL_DNSUTILS} = true ]; then \
# Check PHP version:
###########################################################################
RUN set -xe; php -v | head -n 1 | grep -q "PHP ${LARADOCK_PHP_VERSION}."
RUN set -xe; php -v | grep -q "PHP ${LARADOCK_PHP_VERSION}."
#
#--------------------------------------------------------------------------