Merge pull request #4 from CHBMB/master

php5-zlib added
This commit is contained in:
j0nnymoe 2016-09-28 11:08:58 +01:00 committed by GitHub
commit 0d940c2e5f
2 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,8 @@ RUN \
php5-intl \
php5-opcache \
php5-openssl \
php5-pdo_sqlite
php5-pdo_sqlite \
php5-zlib
# install cops
RUN \

View File

@ -87,7 +87,7 @@ In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as bel
## Setting up the application
Unlike other implementations of COPS in a docker container, the linuxserver version gives you access to `config_local.php` in `/config` to customise your install to suit your needs, including details of your email account etc...
Unlike other implementations of COPS in a docker container, the linuxserver version gives you access to `config_local.php` in `/config` to customise your install to suit your needs, including details of your email account etc to enable emailing of books, it also includes the dependencies required to directly view epub books in your browser.
## Info
@ -95,6 +95,7 @@ Unlike other implementations of COPS in a docker container, the linuxserver ver
## Version Log
+ **28.09.16:** Add php5-zlib.
+ **11.09.16:** Add layer badges to README.
+ **29.08.16:** Add php5-opcache.
+ **28.08.16:** Add badges to README.