From c49f0d229b9a1e31616affa764b88e63febc7703 Mon Sep 17 00:00:00 2001 From: David Prevot Date: Wed, 20 Apr 2022 16:33:27 +0200 Subject: [PATCH] Transitional dummy package removed in Bullseye Is php-php-gettext really useful? --- 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 3864598..cb34a9e 100644 --- a/php/Dockerfile.bullseye +++ b/php/Dockerfile.bullseye @@ -14,7 +14,7 @@ RUN apt-get update \ php-imap \ php-gd \ php-ssh2 \ - php-gettext \ + php-php-gettext \ composer \ libphp-phpmailer \ ca-certificates \ diff --git a/php/Dockerfile.bullseye80 b/php/Dockerfile.bullseye80 index e5bdcba..8fd7bc0 100644 --- a/php/Dockerfile.bullseye80 +++ b/php/Dockerfile.bullseye80 @@ -19,7 +19,7 @@ RUN apt-get update \ php-imap \ php-gd \ php8.0-ssh2 \ - php-gettext \ + php-php-gettext \ composer \ libphp-phpmailer \ && rm -rf /var/lib/apt/lists/*