Commit Graph

9 Commits (6ee0cec8e97df7262de2d8bbd2cbc8376fc656ab)

Author SHA1 Message Date
Shawn Warren 3610375aea Add ca-certificates package
Fixes "Connection to storage server failed." error when running roundcube with php 5.6+.
9 years ago
Alex Brandt 96832a906f use alternate separator in sed statement
hub had a problem with the quotes in the sed expression so rather than
worry about it, I've dropped the problem completely.  The double quotes
don't mask the slash in the path for cat.  Thus, using a different
separator removes the problem of a truncated expression.
9 years ago
prashant 521bea4bd8 Merge branch 'master' of https://github.com/roundcube/roundcubemail
Conflicts:
	Dockerfile
9 years ago
Prashant Jois e8e1032023 full path to cat needs to specified in order for this to work 9 years ago
Alex Brandt 9efbd8f92b drop /html from DocumentRoot
debian:8.0 also changed the default DocumentRoot location and the sed
statement needed to be updated to reflect this.
9 years ago
Alex Brandt 3c8b10f242 Update Dockerfile for debian:8.0
The latest import for the Dockerfile began having failures due to apache
configuration changes in debian.  This update fixes those failures and
pins the base debian image to avoid these issues until we need to update
debian itself.
9 years ago
Ryan Richard b45f9af933 fix pear dependencies
* net_smtp2 to net_smtp
* auth_sasl2-beta to auth_sasl

Currently installing `Net_SMTP2` results with the following error:

```bash
[09-Jan-2015 21:15:14 UTC] PHP Fatal error:  Class 'Net_SMTP' not found in /var/www/program/lib/Roundcube/rcube_smtp.php on line 111
```

Switching back to Net_SMTP fixes this issue
10 years ago
Alex Brandt 616f88a843 Add SSL support to Dockerfile. 10 years ago
Alex Brandt dd4973c2c8 Add Dockerfile. 10 years ago