poppler for PDF to image

This commit is contained in:
Mayel de Borniol 2023-10-09 23:19:41 +01:00
parent f1e3ca4568
commit 8a0bf39584
2 changed files with 2 additions and 1 deletions

View file

@ -31,7 +31,7 @@ RUN apk add git rust cargo
# RUN apk add olm
# dependencies for image processing
RUN apk add imagemagick vips-tools
RUN apk add imagemagick vips-tools poppler-utils
# JS package manager & builders
# RUN npm install -g pnpm esbuild postcss

View file

@ -123,6 +123,7 @@ RUN apk add --update --no-cache \
# ^ localisation
imagemagick \
vips-tools \
poppler-utils \
# ^ image resizing
bash \
curl