Skip to content

Commit cdb456a

Browse files
Fixing indentation
1 parent f91def6 commit cdb456a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

php-fpm/Dockerfile-56

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ RUN if [ ${INSTALL_MYSQLI} = true ]; then \
172172

173173
ARG INSTALL_TOKENIZER=false
174174
RUN if [ ${INSTALL_TOKENIZER} = true ]; then \
175-
docker-php-ext-install tokenizer \
175+
docker-php-ext-install tokenizer \
176176
;fi
177177

178178
#

php-fpm/Dockerfile-70

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ RUN if [ ${INSTALL_MYSQLI} = true ]; then \
189189

190190
ARG INSTALL_TOKENIZER=false
191191
RUN if [ ${INSTALL_TOKENIZER} = true ]; then \
192-
docker-php-ext-install tokenizer \
192+
docker-php-ext-install tokenizer \
193193
;fi
194194

195195
#####################################

0 commit comments

Comments
 (0)