Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Warren <shawn.w.warren@gmail.com>2015-07-23 00:10:16 +0300
committerShawn Warren <shawn.w.warren@gmail.com>2015-07-23 00:10:16 +0300
commit3610375aea1066289d9263fd6970441b8292a472 (patch)
treec5c3b89f06e35b33c0f6fce77cd6e8ff3c11e3d8 /Dockerfile
parent9335f9cede5b510586c199a14cdd4ab0187a2eec (diff)
Add ca-certificates package
Fixes "Connection to storage server failed." error when running roundcube with php 5.6+.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4606e3922..a28e85790 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ MAINTAINER Alex Brandt <alunduil@alunduil.com>
EXPOSE 80 443
RUN apt-get -qq update
-RUN apt-get install -qq apache2-mpm-event
+RUN apt-get install -qq apache2-mpm-event ca-certificates
RUN sed -e 's|/var/www/html|/var/www/public_html|' -e 's@\(Log \+\)[^ ]\+@\1"|/bin/cat"@' -i /etc/apache2/sites-available/000-default.conf
RUN a2ensite 000-default