Fixing indentation

This commit is contained in:
Winfried 2017-04-11 23:19:58 +02:00
parent f91def64d7
commit cdb456a9b5
2 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@ RUN if [ ${INSTALL_MYSQLI} = true ]; then \
ARG INSTALL_TOKENIZER=false
RUN if [ ${INSTALL_TOKENIZER} = true ]; then \
docker-php-ext-install tokenizer \
docker-php-ext-install tokenizer \
;fi
#

View File

@ -189,7 +189,7 @@ RUN if [ ${INSTALL_MYSQLI} = true ]; then \
ARG INSTALL_TOKENIZER=false
RUN if [ ${INSTALL_TOKENIZER} = true ]; then \
docker-php-ext-install tokenizer \
docker-php-ext-install tokenizer \
;fi
#####################################