From 1b4fd94f4f531325310ce8349e1375f0de70a298 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 22 Jul 2026 14:28:19 +0000 Subject: [PATCH 1/2] php: add ext-memcache extension to Docker image The image installed php8.5-memcached but not php8.5-memcache, causing composer to fail on projects requiring the ext-memcache extension. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01Y4z1Mg9frZBGi8pK66BPwV --- php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/Dockerfile b/php/Dockerfile index 894dfe3..4d9799b 100644 --- a/php/Dockerfile +++ b/php/Dockerfile @@ -31,7 +31,7 @@ RUN \ php8.5-zip php8.5-bcmath php8.5-apcu php8.5-imagick \ php8.5-xdebug php8.5-pcov \ php8.5-igbinary php8.5-gmp php8.5-ldap \ - php8.5-amqp php8.5-memcached php8.5-xsl php8.5-yaml \ + php8.5-amqp php8.5-memcache php8.5-memcached php8.5-xsl php8.5-yaml \ # GitHub CLI gh \ # Chrome libs (agent-browser) From 8e7aa3d339f4dd74c5a15355b95999331ac84fa0 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 22 Jul 2026 14:36:31 +0000 Subject: [PATCH 2/2] fx: add ext-memcache extension to Docker image The image installed php8.5-memcached but not php8.5-memcache, causing composer to fail on projects requiring the ext-memcache extension. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01Y4z1Mg9frZBGi8pK66BPwV --- fx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fx/Dockerfile b/fx/Dockerfile index ebff358..e45489b 100644 --- a/fx/Dockerfile +++ b/fx/Dockerfile @@ -47,7 +47,7 @@ RUN \ php8.5-zip php8.5-bcmath php8.5-apcu php8.5-imagick \ php8.5-xdebug php8.5-pcov \ php8.5-igbinary php8.5-gmp php8.5-ldap \ - php8.5-amqp php8.5-memcached php8.5-xsl php8.5-yaml \ + php8.5-amqp php8.5-memcache php8.5-memcached php8.5-xsl php8.5-yaml \ # Python python3 python3-pip python3-venv \ # Rootless Docker (docker-ce is already in the base image)