From 6bb7f434af3f25307ae14be8d62b8e4e63aa8944 Mon Sep 17 00:00:00 2001 From: David Prevot Date: Fri, 19 Aug 2022 14:01:25 +0200 Subject: [PATCH] Install php-xml on Bullseye (instead of php-php-gettext) --- php/Dockerfile.bullseye | 2 +- php/Dockerfile.bullseye80 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/* \