From e8e9e57c406185ca1f9f57db28a549da14f2da11 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Tue, 1 Oct 2019 23:22:29 -0300 Subject: [PATCH] add php dependencies --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 796b7e0..76ced4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,8 @@ RUN set -ex; \ php-zip \ # php-imagick \ php-xml \ -# php-mbstring \ -# php-curl \ + php-mbstring \ + php-curl \ ; ENV ROUNDCUBEMAIL_VERSION=1.3.10