Browse Source

Adciona unrtf para indexar .rtf

pull/1853/head
VictorFabreF 8 years ago
parent
commit
619c04bd56
  1. 2
      Dockerfile

2
Dockerfile

@ -2,7 +2,7 @@ FROM alpine:3.5
ENV BUILD_PACKAGES postgresql-dev graphviz-dev graphviz build-base git pkgconfig \ ENV BUILD_PACKAGES postgresql-dev graphviz-dev graphviz build-base git pkgconfig \
python3-dev libxml2-dev jpeg-dev libressl-dev libffi-dev libxslt-dev nodejs py3-lxml \ python3-dev libxml2-dev jpeg-dev libressl-dev libffi-dev libxslt-dev nodejs py3-lxml \
py3-magic postgresql-client poppler-utils antiword vim py3-magic postgresql-client poppler-utils antiword vim unrtf
RUN apk --update add fontconfig ttf-dejavu && fc-cache -fv RUN apk --update add fontconfig ttf-dejavu && fc-cache -fv

Loading…
Cancel
Save