Install opcache PHP extension

This commit is contained in:
Cedric Ziel
2021-02-11 08:26:11 +01:00
committed by GitHub
parent 80616f0090
commit 65be51cb2b

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"