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

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-imap \
php-gd \ php-gd \
php-ssh2 \ php-ssh2 \
php-php-gettext \ php-xml \
composer \ composer \
libphp-phpmailer \ libphp-phpmailer \
ca-certificates \ ca-certificates \

View file

@ -26,7 +26,7 @@ RUN apt-get update \
php-imap \ php-imap \
php-gd \ php-gd \
php8.0-ssh2 \ php8.0-ssh2 \
php-php-gettext \ php-xml \
composer \ composer \
libphp-phpmailer \ libphp-phpmailer \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \