mirror of
https://github.com/linuxserver/docker-changedetection.io.git
synced 2026-02-04 00:55:24 +08:00
Merge pull request #12 from linuxserver/pdf-tools
This commit is contained in:
commit
184366d451
@ -22,6 +22,7 @@ RUN \
|
||||
zlib-dev && \
|
||||
apk add --update --no-cache \
|
||||
libxslt \
|
||||
poppler-utils \
|
||||
python3 && \
|
||||
echo "**** install changedetection.io ****" && \
|
||||
mkdir -p /app/changedetection && \
|
||||
|
||||
@ -22,6 +22,7 @@ RUN \
|
||||
zlib-dev && \
|
||||
apk add --update --no-cache \
|
||||
libxslt \
|
||||
poppler-utils \
|
||||
python3 && \
|
||||
echo "**** install changedetection.io ****" && \
|
||||
mkdir -p /app/changedetection && \
|
||||
|
||||
@ -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." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user