From 3813ebbc3291e1b8fdc68d935ea1fcfad30bd140 Mon Sep 17 00:00:00 2001 From: eremichyura <50862900+eremichyura@users.noreply.github.com> Date: Tue, 7 Jul 2020 16:50:40 +0300 Subject: [PATCH] Mandatory extensions: intl --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 15c9ccc..224afc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN apt update \ apache2 \ php7.3 \ php7.3-mysql \ +php7.3-intl \ php7.3-ldap \ php7.3-xmlrpc \ php7.3-imap \