Add libxcomposite1
To enable mobi to pdf conversion
This commit is contained in:
parent
6111315bf0
commit
ece79cc0ea
@ -16,6 +16,7 @@ RUN \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apt-get install -y \
|
||||
imagemagick \
|
||||
libxcomposite1 \
|
||||
python-minimal \
|
||||
unrar && \
|
||||
echo "**** install calibre-web ****" && \
|
||||
|
@ -23,6 +23,7 @@ RUN \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apt-get install -y \
|
||||
imagemagick \
|
||||
libxcomposite1 \
|
||||
python-minimal \
|
||||
unrar && \
|
||||
echo "**** install calibre-web ****" && \
|
||||
|
@ -23,6 +23,7 @@ RUN \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apt-get install -y \
|
||||
imagemagick \
|
||||
libxcomposite1 \
|
||||
python-minimal \
|
||||
unrar && \
|
||||
echo "**** install calibre-web ****" && \
|
||||
|
@ -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.
|
||||
|
@ -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." }
|
||||
|
Loading…
Reference in New Issue
Block a user