Skip to content

Commit

Permalink
apc.enable_cli=1
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbaeten committed Jul 25, 2024
1 parent 3866ed9 commit 74deb6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions 8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RUN curl -sSLo /tmp/debsuryorg-archive-keyring.deb https://packages.sury.org/deb
COPY php-fpm.conf /etc/php/${PHP_VERSION}/fpm/php-fpm.conf
COPY php.ini /etc/php/${PHP_VERSION}/fpm/php.ini
COPY php.ini /etc/php/${PHP_VERSION}/cli/php.ini
COPY apcu.ini /etc/php/${PHP_VERSION}/mods-available/apcu.ini

# Install composer
ARG COMPOSER_VERSION
Expand Down
2 changes: 2 additions & 0 deletions 8.3/apcu.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
extension=apcu.so
apc.enable_cli=1

0 comments on commit 74deb6f

Please sign in to comment.