From ece79cc0eaf5769ec9ccea2c104ef534d26c6cb8 Mon Sep 17 00:00:00 2001 From: chbmb Date: Thu, 1 Aug 2019 17:52:46 +0100 Subject: [PATCH] Add libxcomposite1 To enable mobi to pdf conversion --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + Dockerfile.armhf | 1 + README.md | 1 + readme-vars.yml | 1 + 5 files changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index f1ff665..761f3b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ RUN \ echo "**** install runtime packages ****" && \ apt-get install -y \ imagemagick \ + libxcomposite1 \ python-minimal \ unrar && \ echo "**** install calibre-web ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index dadc4f6..2b97da0 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -23,6 +23,7 @@ RUN \ echo "**** install runtime packages ****" && \ apt-get install -y \ imagemagick \ + libxcomposite1 \ python-minimal \ unrar && \ echo "**** install calibre-web ****" && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 911329f..4df82ed 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -23,6 +23,7 @@ RUN \ echo "**** install runtime packages ****" && \ apt-get install -y \ imagemagick \ + libxcomposite1 \ python-minimal \ unrar && \ echo "**** install calibre-web ****" && \ diff --git a/README.md b/README.md index 3b89111..85c0161 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **01.08.19:** - Add libxcomposite1. * **13.06.19:** - Add docker mod to enable optional ebook conversion on x86-64. Add unrar. * **02.06.19:** - Rebase to Ubuntu Bionic & add Gdrive support. * **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. diff --git a/readme-vars.yml b/readme-vars.yml index 9971c34..867680d 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -70,6 +70,7 @@ app_setup_block: | # changelog changelogs: + - { date: "01.08.19:", desc: "Add libxcomposite1." } - { date: "13.06.19:", desc: "Add docker mod to enable optional ebook conversion on x86-64. Add unrar." } - { date: "02.06.19:", desc: "Rebase to Ubuntu Bionic & add Gdrive support." } - { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }