From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 17 Apr 2015 06:28:40 -0400
Subject: [PATCH] Allow preference sections to define CSS class names

---
 Dockerfile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 4db07cf..c8ef799 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,7 +20,7 @@
 RUN a2enmod ssl
 
 RUN apt-get install -qq php5 php-pear php5-mysql php5-pgsql php5-sqlite
-RUN pear install mail_mime mail_mimedecode net_smtp2-beta net_idna2-beta auth_sasl2-beta net_sieve crypt_gpg
+RUN pear install mail_mime mail_mimedecode net_smtp net_idna2-beta auth_sasl net_sieve crypt_gpg
 
 RUN rm -rf /var/www
 ADD . /var/www

--
Gitblit v1.9.1