Skip to content

Commit

Permalink
Add poppler-utils for pdf tools
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Aug 9, 2023
1 parent ebf9be9 commit 95c61b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN \
zlib-dev && \
apk add --update --no-cache \
libxslt \
poppler-utils \
python3 && \
echo "**** install changedetection.io ****" && \
mkdir -p /app/changedetection && \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN \
zlib-dev && \
apk add --update --no-cache \
libxslt \
poppler-utils \
python3 && \
echo "**** install changedetection.io ****" && \
mkdir -p /app/changedetection && \
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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." }
Expand Down

0 comments on commit 95c61b4

Please sign in to comment.