Michael Käufl
|
85be7aa973
|
[Dockerfiles] Sorted list of packages
|
2017-05-13 18:10:04 +02:00 |
Michael Käufl
|
9ab9d76240
|
[Dockerfiles] Used best practices for apt-get
See https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#apt-get
- Replaced `-y install` with `install -y` (unification)
- Put every package on its own line
- Moved `rm -rf /var/lib/apt/lists/*` in the same `RUN` statement as `apt-get`
- Removed unnecessary `apt-get clean`
See 03e2923e42/contrib/mkimage/debootstrap (L82-L105)
|
2017-05-13 18:09:53 +02:00 |
Michael Käufl
|
d0d0961006
|
[Dockerfiles] Replaced deprecated MAINTAINER with LABEL
Used format proposed in
https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
|
2017-05-13 18:09:45 +02:00 |
andryyy
|
653d23a843
|
Migrate some settings and DKIM keys to Redis when starting
|
2017-05-08 15:35:24 +02:00 |
andryyy
|
a790c2bdc0
|
Add phpredis
|
2017-05-05 10:34:31 +02:00 |
andryyy
|
d891bc8894
|
Docs
|
2017-03-02 11:23:23 +01:00 |
andryyy
|
5f7fb2e7c2
|
Deployed dfc88cc with MkDocs version: 0.16.1
|
2017-03-02 11:21:46 +01:00 |
andryyy
|
95c905e84a
|
Add Roundcube reqs
|
2017-02-08 17:21:49 +01:00 |
andryyy
|
f7b95ae5a0
|
Restart SOGo from within panel
|
2016-12-25 10:03:37 +01:00 |
andryyy
|
7ef70e4c81
|
Move dkim data, vmail and dbs to volumes, changed README
|
2016-12-17 20:31:59 +01:00 |
andryyy
|
6104cd11ce
|
Move php-fpm to Docker hub
|
2016-12-14 08:51:43 +01:00 |