File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN set -eux; \
3131 ; \
3232 rm -rf /var/lib/apt/lists/*
3333
34- ENV PHP_INI_DIR /usr/local/etc/php
34+ ENV PHP_INI_DIR = " /usr/local/etc/php"
3535RUN set -eux; \
3636 mkdir -p "$PHP_INI_DIR/conf.d" ; \
3737# allow running as an arbitrary user (https://github.com/docker-library/php/issues/743)
@@ -41,7 +41,7 @@ RUN set -eux; \
4141 chmod 777 /var/www/html
4242
4343# #<autogenerated>##
44- ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
44+ ENV PHP_EXTRA_CONFIGURE_ARGS= " --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi"
4545# #</autogenerated>##
4646
4747# Apply stack smash protection to functions using local buffers and alloca()
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN set -eux; \
3030 ; \
3131 rm -rf /var/lib/apt/lists/*
3232
33- ENV PHP_INI_DIR /usr/local/etc/php
33+ ENV PHP_INI_DIR = " /usr/local/etc/php"
3434RUN set -eux; \
3535 mkdir -p "$PHP_INI_DIR/conf.d" ; \
3636# allow running as an arbitrary user (https://github.com/docker-library/php/issues/743)
@@ -40,7 +40,7 @@ RUN set -eux; \
4040 chmod 777 /var/www/html
4141
4242# #<autogenerated>##
43- ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
43+ ENV PHP_EXTRA_CONFIGURE_ARGS= " --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi"
4444# #</autogenerated>##
4545
4646# Apply stack smash protection to functions using local buffers and alloca()
You can’t perform that action at this time.
0 commit comments