Dockerfile minor formatting

This commit is contained in:
Winfried
2017-05-01 22:20:25 +02:00
parent d5883e4bcf
commit 02a512dd72
2 changed files with 3 additions and 3 deletions

View File

@ -202,7 +202,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
#####################################