We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51cd31 commit 4b91fb1Copy full SHA for 4b91fb1
1 file changed
php-fpm/Dockerfile-71
@@ -149,8 +149,8 @@ RUN if [ ${INSTALL_TOKENIZER} = true ]; then \
149
# Human Language and Character Encoding Support:
150
#####################################
151
152
-ARG INTL=false
153
-RUN if [ ${INTL} = true ]; then \
+ARG INSTALL_INTL=false
+RUN if [ ${INSTALL_INTL} = true ]; then \
154
# Install intl and requirements
155
apt-get install -y zlib1g-dev libicu-dev g++ && \
156
docker-php-ext-configure intl && \
0 commit comments