Skip to content

Commit 6cda734

Browse files
committed
added memcached extension
1 parent ed945a0 commit 6cda734

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN apt update && apt full-upgrade -y && \
2424
apt update && \
2525
apt install -y --no-install-recommends \
2626
git \
27+
memcached \
2728
php8.4-apcu \
2829
php8.4-bcmath \
2930
php8.4-bz2 \
@@ -39,7 +40,8 @@ RUN apt update && apt full-upgrade -y && \
3940
php8.4-ssh2 \
4041
php8.4-zip \
4142
php8.4-xml \
42-
php8.4-pcov && \
43+
php8.4-pcov \
44+
php8.4-memcached && \
4345
# COMPOSER #################################################################
4446
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && \
4547
# PHING ####################################################################

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Nexendrie PHP docker image for continuous integration. It is based on [dockette/
99

1010
PHP versions: 8.1, 8.2, 8.3, 8.4 (older versions starting with 7.1 are available but not updated anymore)
1111

12-
PHP extensions: apcu, bcmath, bz2, calendar, cgi, cli, ctype, curl, gd, gettext, iconv, intl, mbstring, mysqli, pdo, sqlite3, ssh2, xml, zip, pcov
12+
PHP extensions: apcu, bcmath, bz2, calendar, cgi, cli, ctype, curl, gd, gettext, iconv, intl, mbstring, mysqli, pdo, sqlite3, ssh2, xml, zip, pcov, memcached
1313

1414
Other stuff: Composer, phing, git
1515

0 commit comments

Comments
 (0)