Skip to content

Commit

Permalink
[DockerImages] Add apc extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Arminek committed Nov 12, 2021
1 parent c7f89e5 commit 9837042
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RUN docker-php-ext-install fileinfo
RUN docker-php-ext-install intl
RUN docker-php-ext-install pdo_mysql
RUN docker-php-ext-install opcache
RUN pecl install apcu
RUN docker-php-ext-enable apcu --ini-name 10-docker-php-ext-apcu.ini
ENV PHP_DATE_TIMEZONE="Europe/Warsaw"
COPY --from=composer /usr/bin/composer /usr/bin/composer
WORKDIR /symfony
Expand Down

0 comments on commit 9837042

Please sign in to comment.