Merge pull request #51 from instana/cedricziel-opcache

Install opcache PHP extension
This commit is contained in:
Cedric Ziel
2021-02-11 08:27:05 +01:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ RUN composer install
#
FROM php:7.4-apache
RUN docker-php-ext-install pdo_mysql
RUN docker-php-ext-install pdo_mysql opcache
# Enable AutoProfile for PHP which is currently opt-in beta
RUN echo "instana.enable_auto_profile=1" > "/usr/local/etc/php/conf.d/zzz-instana-extras.ini"