We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91def6 commit cdb456aCopy full SHA for cdb456a
2 files changed
php-fpm/Dockerfile-56
@@ -172,7 +172,7 @@ RUN if [ ${INSTALL_MYSQLI} = true ]; then \
172
173
ARG INSTALL_TOKENIZER=false
174
RUN if [ ${INSTALL_TOKENIZER} = true ]; then \
175
- docker-php-ext-install tokenizer \
+ docker-php-ext-install tokenizer \
176
;fi
177
178
#
php-fpm/Dockerfile-70
@@ -189,7 +189,7 @@ RUN if [ ${INSTALL_MYSQLI} = true ]; then \
189
190
191
192
193
194
195
#####################################
0 commit comments