Fix typo on grep when checking php-version

This commit is contained in:
desaroger 2018-02-17 09:35:59 +01:00
parent 76da02e779
commit 9bd34ed665
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ ENTRYPOINT ["/usr/bin/supervisord", "-n", "-c", "/etc/supervisord.conf"]
#--------------------------------------------------------------------------
#
RUN php -v | head -n 1 | grep -q "PHP "7.0."
RUN php -v | head -n 1 | grep -q "PHP 7.0."
#
#--------------------------------------------------------------------------