Skip to content

Commit

Permalink
feat(pdf2md): update all docker images to have poppler
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker authored and densumesh committed Nov 20, 2024
1 parent a92b764 commit 0e520f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pdf2md/server/Dockerfile.pdf2md-server
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN apt-get update -y; \
pkg-config \
libssl-dev \
ca-certificates \
poppler-utils \
;

COPY ./ch_migrations /app/ch_migrations
Expand Down
1 change: 1 addition & 0 deletions pdf2md/server/Dockerfile.supervisor-worker
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN apt-get update -y; \
pkg-config \
libssl-dev \
ca-certificates \
poppler-utils \
;

COPY ./ch_migrations/ /app/ch_migrations
Expand Down

0 comments on commit 0e520f4

Please sign in to comment.