Browse Source

Update 'Dockerfile.ingest'

master
florin.hazi 1 year ago
parent
commit
2b5417b03a
  1. 6
      Dockerfile.ingest

6
Dockerfile.ingest

@ -30,8 +30,7 @@ RUN apt-get update -y && \
php7.4-xml \
php7.4-zip \
software-properties-common \
supervisor && \
rm -rf /var/lib/apt/lists/*
supervisor
# Configure packages
RUN a2enmod rewrite actions fcgid alias proxy_fcgi setenvif remoteip && \
@ -95,6 +94,9 @@ RUN apt-get update -y && \
rm -rf get-pip.py && \
pip3 install --upgrade pip
# Cleanup apt cache
RUN rm -rf /var/lib/apt/lists/*
# Install PdfToText
RUN pip3 install pdftotext

Loading…
Cancel
Save