Install php-xml on Bullseye (instead of php-php-gettext)
gitea/evodocker/pipeline/head This commit looks good Details

This commit is contained in:
David Prevot 2022-08-19 14:01:25 +02:00
parent d114eacf7f
commit 6bb7f434af
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ RUN apt-get update \
php-imap \
php-gd \
php-ssh2 \
php-php-gettext \
php-xml \
composer \
libphp-phpmailer \
ca-certificates \

View File

@ -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/* \