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; \
31
31
; \
32
32
rm -rf /var/lib/apt/lists/*
33
33
34
- ENV PHP_INI_DIR /usr/local/etc/php
34
+ ENV PHP_INI_DIR = " /usr/local/etc/php"
35
35
RUN set -eux; \
36
36
mkdir -p "$PHP_INI_DIR/conf.d" ; \
37
37
# allow running as an arbitrary user (https://github.com/docker-library/php/issues/743)
@@ -41,7 +41,7 @@ RUN set -eux; \
41
41
chmod 777 /var/www/html
42
42
43
43
# #<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"
45
45
# #</autogenerated>##
46
46
47
47
# 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; \
30
30
; \
31
31
rm -rf /var/lib/apt/lists/*
32
32
33
- ENV PHP_INI_DIR /usr/local/etc/php
33
+ ENV PHP_INI_DIR = " /usr/local/etc/php"
34
34
RUN set -eux; \
35
35
mkdir -p "$PHP_INI_DIR/conf.d" ; \
36
36
# allow running as an arbitrary user (https://github.com/docker-library/php/issues/743)
@@ -40,7 +40,7 @@ RUN set -eux; \
40
40
chmod 777 /var/www/html
41
41
42
42
# #<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"
44
44
# #</autogenerated>##
45
45
46
46
# Apply stack smash protection to functions using local buffers and alloca()
You can’t perform that action at this time.
0 commit comments