Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
Remove apc extension in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
deathart committed May 27, 2018
1 parent 8604fb2 commit 2eaee15
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ RUN docker-php-ext-enable xdebug \

RUN echo "realpath_cache_size = 4096k; realpath_cache_ttl = 7200;" > /usr/local/etc/php/conf.d/php.ini

RUN pecl install apcu-5.1.11 \
&& docker-php-ext-enable apcu \
&& echo "apc.enable_cli = On" >> /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini \
&& echo "apc.enabled = 1" >> /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini \
&& echo "apc.shm_size = 32M" >> /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini \
&& echo "apc.ttl = 7200" >> /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini \
&& echo "apc.serializer = php" >> /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini

RUN echo "log_errors = 0;" > /usr/local/etc/php/conf.d/php.ini
RUN echo "error_log = /dev/stderr;" > /usr/local/etc/php/conf.d/php.ini

Expand Down

0 comments on commit 2eaee15

Please sign in to comment.