From 7f92bfd6b6290001da4c2525169f7ca22a5b6b9f Mon Sep 17 00:00:00 2001 From: kaiyou Date: Sun, 17 Dec 2017 14:34:45 +0100 Subject: [PATCH] Install the php zip extension for roundcube, fixes #364 --- webmails/roundcube/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmails/roundcube/Dockerfile b/webmails/roundcube/Dockerfile index 696c13bb..b077303f 100644 --- a/webmails/roundcube/Dockerfile +++ b/webmails/roundcube/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y \ libjpeg62-turbo-dev \ libmcrypt-dev \ libpng12-dev \ - && docker-php-ext-install pdo_mysql mcrypt + && docker-php-ext-install pdo_mysql mcrypt zip ENV ROUNDCUBE_URL https://github.com/roundcube/roundcubemail/releases/download/1.3.3/roundcubemail-1.3.3-complete.tar.gz