Skip to content

Commit cb12cb9

Browse files
committed
Added APCu to php images
1 parent 057fa28 commit cb12cb9

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

php5.6-fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
4141
php${PHP_VERSION}-intl \
4242
php${PHP_VERSION}-bcmath \
4343
php-imagick \
44+
php-apcu \
4445
php-memcached \
4546
php-redis \
4647
mysql-client \

php7.0-fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
3131
php${PHP_VERSION}-intl \
3232
php${PHP_VERSION}-bcmath \
3333
php${PHP_VERSION}-sqlite3 \
34+
php-apcu \
3435
php-imagick \
3536
php-xdebug \
3637
php-pear \

php7.2-fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
3535
php-imagick \
3636
php-memcached \
3737
php-pear \
38+
php-apcu \
3839
libmcrypt-dev \
3940
libreadline-dev \
4041
mysql-client \

php7.3-fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
4848
php-imagick \
4949
php-memcached \
5050
php-pear \
51+
php-apcu \
5152
libmcrypt-dev \
5253
libreadline-dev \
5354
mysql-client \

0 commit comments

Comments
 (0)