Add libxcomposite1

To enable mobi to pdf conversion
This commit is contained in:
chbmb 2019-08-01 17:52:46 +01:00
parent 6111315bf0
commit ece79cc0ea
5 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,7 @@ RUN \
echo "**** install runtime packages ****" && \
apt-get install -y \
imagemagick \
libxcomposite1 \
python-minimal \
unrar && \
echo "**** install calibre-web ****" && \

View File

@ -23,6 +23,7 @@ RUN \
echo "**** install runtime packages ****" && \
apt-get install -y \
imagemagick \
libxcomposite1 \
python-minimal \
unrar && \
echo "**** install calibre-web ****" && \

View File

@ -23,6 +23,7 @@ RUN \
echo "**** install runtime packages ****" && \
apt-get install -y \
imagemagick \
libxcomposite1 \
python-minimal \
unrar && \
echo "**** install calibre-web ****" && \

View File

@ -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.

View File

@ -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." }