diff --git a/php/Dockerfile.bullseye b/php/Dockerfile.bullseye index 0e66e14..4c629fd 100644 --- a/php/Dockerfile.bullseye +++ b/php/Dockerfile.bullseye @@ -14,7 +14,7 @@ RUN apt-get update \ php-imap \ php-gd \ php-ssh2 \ - php-php-gettext \ + php-xml \ composer \ libphp-phpmailer \ ca-certificates \ diff --git a/php/Dockerfile.bullseye80 b/php/Dockerfile.bullseye80 index 7d63293..244b153 100644 --- a/php/Dockerfile.bullseye80 +++ b/php/Dockerfile.bullseye80 @@ -26,7 +26,7 @@ RUN apt-get update \ php-imap \ php-gd \ php8.0-ssh2 \ - php-php-gettext \ + php-xml \ composer \ libphp-phpmailer \ && rm -rf /var/lib/apt/lists/* \