Remove pandoc from os dependencies

pull/6867/head
Cyril Rohr 6 years ago
parent 8771c0fe14
commit e69ea33f3d
  1. 3
      Dockerfile

@ -18,8 +18,7 @@ RUN apt-get update -qq && \
poppler-utils \
unrtf \
tesseract-ocr \
catdoc \
pandoc && \
catdoc && \
apt-get clean && rm -rf /var/lib/apt/lists/*
# using /home/app since npm cache and other stuff will be put there when running npm install

Loading…
Cancel
Save