From 5259f0ad8480e70646a98cc473df54530d5e8d0f Mon Sep 17 00:00:00 2001 From: sky121113 Date: Thu, 16 Apr 2026 16:19:13 +0800 Subject: [PATCH] fix: restore missing php extensions and fix dockerfile syntax --- docker/8.5/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/8.5/Dockerfile b/docker/8.5/Dockerfile index 2e38c87..f4870f3 100644 --- a/docker/8.5/Dockerfile +++ b/docker/8.5/Dockerfile @@ -34,7 +34,9 @@ RUN curl -sS 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xb8dc7e5394 php8.4-imap php8.4-mysql php8.4-mbstring \ php8.4-xml php8.4-zip php8.4-bcmath php8.4-soap \ php8.4-intl php8.4-readline \ - php8.4-ldap \ + php8.4-msgpack php8.4-igbinary php8.4-redis php8.4-swoole \ + php8.4-memcached php8.4-pcov php8.4-imagick php8.4-xdebug + RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \ && php composer-setup.php --instdir=/usr/local/bin --filename=composer \ && php -r "unlink('composer-setup.php');"