Skip to content

Commit

Permalink
add poppler-utils for enabling search support within pdf files
Browse files Browse the repository at this point in the history
  • Loading branch information
giocomai committed Jun 17, 2020
1 parent bdfb55c commit 2ffa9f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ RUN apt-get -qq update && apt-get -qq -y --no-install-recommends install \
imagemagick \
libmagickwand-dev \
wget \
ghostscript
ghostscript \
poppler-utils

# Install the PHP extensions we need
RUN docker-php-ext-configure gd --with-jpeg=/usr/include/ --with-freetype=/usr/include/
Expand Down

0 comments on commit 2ffa9f6

Please sign in to comment.