We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a7067 commit 652dc8aCopy full SHA for 652dc8a
php7-fpm/Dockerfile
@@ -17,12 +17,12 @@ RUN ln -s /usr/share/zoneinfo/Europe/Paris /etc/localtime
17
RUN "date"
18
19
# Type docker-php-ext-install to see available extensions
20
-RUN docker-php-ext-install pdo pdo_mysql
+RUN docker-php-ext-install pdo pdo_mysql opcache
21
22
23
# install xdebug
24
RUN pecl install xdebug
25
-RUN docker-php-ext-enable xdebug
+RUN docker-php-ext-enable xdebug opcache
26
RUN echo "error_reporting = E_ALL" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
27
RUN echo "display_startup_errors = On" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
28
RUN echo "display_errors = On" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
0 commit comments