File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments