From 16edf49bf37580ded6b49a71fbda9f4173b8673c Mon Sep 17 00:00:00 2001 From: Pierre Jaury Date: Sun, 13 Mar 2016 15:54:19 +0100 Subject: [PATCH] Build the webmail on top of PHP5 (PHP7 not supported) --- roundcube/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcube/Dockerfile b/roundcube/Dockerfile index 222ddc22..546f5d8e 100644 --- a/roundcube/Dockerfile +++ b/roundcube/Dockerfile @@ -1,4 +1,4 @@ -FROM php:apache +FROM php:5-apache RUN apt-get update && apt-get install -y \ libfreetype6-dev \