Merge pull request #127 from linuxserver/pdf-convert

This commit is contained in:
Roxedus 2021-02-11 01:15:46 +01:00 committed by GitHub
commit 98be88b386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,7 @@ RUN \
libxslt1.1 \
libldap-2.4-2 \
libsasl2-2 \
libxrandr2 \
python3-minimal \
python3-pkg-resources \
unrar && \

View File

@ -30,6 +30,7 @@ RUN \
libsasl2-2 \
libxcomposite1 \
libxi6 \
libxrandr2 \
libxslt1.1 \
python3-minimal \
python3-pkg-resources \

View File

@ -32,6 +32,7 @@ RUN \
libsasl2-2 \
libxcomposite1 \
libxi6 \
libxrandr2 \
libxslt1.1 \
python3-minimal \
python3-pkg-resources \

View File

@ -71,6 +71,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "10.02.21:", desc: "Add libxrandr2"}
- { date: "19.01.21:", desc: "Add python3-pkg-resources"}
- { date: "13.01.21:", desc: "Rebase to Ubuntu Focal, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf." }
- { date: "12.10.20:", desc: "Add libxi6"}