Skip to content

Commit

Permalink
Merge pull request instana#51 from instana/cedricziel-opcache
Browse files Browse the repository at this point in the history
Install opcache PHP extension
  • Loading branch information
cedricziel authored Feb 11, 2021
2 parents 80616f0 + 65be51c commit d866400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ratings/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d866400

Please sign in to comment.