Transitional dummy package removed in Bullseye

Is php-php-gettext really useful?
This commit is contained in:
David Prevot 2022-04-20 16:33:27 +02:00
parent adf9828518
commit c49f0d229b
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-gettext \ php-php-gettext \
composer \ composer \
libphp-phpmailer \ libphp-phpmailer \
ca-certificates \ ca-certificates \

View file

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