File tree Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ RUN { \
3636 echo 'opcache.max_accelerated_files=4000'; \
3737 echo 'opcache.revalidate_freq=2'; \
3838 echo 'opcache.fast_shutdown=1'; \
39- echo 'opcache.enable_cli=1'; \
4039 } > /usr/local/etc/php/conf.d/opcache-recommended.ini; \
4140 \
4241 { \
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ RUN { \
3939 echo 'opcache.max_accelerated_files=4000'; \
4040 echo 'opcache.revalidate_freq=2'; \
4141 echo 'opcache.fast_shutdown=1'; \
42- echo 'opcache.enable_cli=1'; \
4342 } > /usr/local/etc/php/conf.d/opcache-recommended.ini; \
4443 \
4544 { \
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ RUN { \
3939 echo 'opcache.max_accelerated_files=4000' ; \
4040 echo 'opcache.revalidate_freq=2' ; \
4141 echo 'opcache.fast_shutdown=1' ; \
42- echo 'opcache.enable_cli=1' ; \
4342 } > /usr/local/etc/php/conf.d/opcache-recommended.ini; \
4443 \
4544 { \
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ RUN { \
3636 echo 'opcache.max_accelerated_files=4000' ; \
3737 echo 'opcache.revalidate_freq=2' ; \
3838 echo 'opcache.fast_shutdown=1' ; \
39- echo 'opcache.enable_cli=1' ; \
4039 } > /usr/local/etc/php/conf.d/opcache-recommended.ini; \
4140 \
4241 { \
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ RUN { \
3939 echo 'opcache.max_accelerated_files=4000' ; \
4040 echo 'opcache.revalidate_freq=2' ; \
4141 echo 'opcache.fast_shutdown=1' ; \
42- echo 'opcache.enable_cli=1' ; \
4342 } > /usr/local/etc/php/conf.d/opcache-recommended.ini; \
4443 \
4544 { \
You can’t perform that action at this time.
0 commit comments