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