Merge pull request #12 from linuxserver/pdf-tools

This commit is contained in:
Adam 2023-08-10 10:53:42 +01:00 committed by GitHub
commit 184366d451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@ RUN \
zlib-dev && \
apk add --update --no-cache \
libxslt \
poppler-utils \
python3 && \
echo "**** install changedetection.io ****" && \
mkdir -p /app/changedetection && \

View File

@ -22,6 +22,7 @@ RUN \
zlib-dev && \
apk add --update --no-cache \
libxslt \
poppler-utils \
python3 && \
echo "**** install changedetection.io ****" && \
mkdir -p /app/changedetection && \

View File

@ -62,6 +62,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "10.08.23:", desc: "Add poppler-utils for pdf conversion tools." }
- { date: "11.06.23:", desc: "Rebase to Alpine 3.18, deprecate armhf." }
- { date: "05.03.23:", desc: "Rebase to Alpine 3.17." }
- { date: "23.10.22:", desc: "Rebase to Alpine 3.16, migrate to s6v3." }