From a7f9a770cd696d1aa5eb2eff28c25bc7da39a104 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 28 Sep 2016 11:01:37 +0100 Subject: [PATCH 1/2] php5-zlib added Enable reading of epub within browser --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 464e64b..a965ce4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,8 @@ RUN \ php5-intl \ php5-opcache \ php5-openssl \ - php5-pdo_sqlite + php5-pdo_sqlite \ + php5-zlib # install cops RUN \ From 68e58c3d4a29eec3563fa69a1d586cd74a75505c Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 28 Sep 2016 11:06:04 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eeb770..1854dfd 100644 --- a/README.md +++ b/README.md @@ -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.