Skip to content

Commit 9837042

Browse files
committed
[DockerImages] Add apc extension
1 parent c7f89e5 commit 9837042

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

php/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ RUN docker-php-ext-install fileinfo
1212
RUN docker-php-ext-install intl
1313
RUN docker-php-ext-install pdo_mysql
1414
RUN docker-php-ext-install opcache
15+
RUN pecl install apcu
16+
RUN docker-php-ext-enable apcu --ini-name 10-docker-php-ext-apcu.ini
1517
ENV PHP_DATE_TIMEZONE="Europe/Warsaw"
1618
COPY --from=composer /usr/bin/composer /usr/bin/composer
1719
WORKDIR /symfony

0 commit comments

Comments
 (0)