Newer
Older
ENV DEBIAN_FRONTEND="noninteractive"
RUN apt-get update && \
apt-get dist-upgrade -y && \

Bastien Le Querrec
a validé
apt-get install --no-install-recommends -y python3 python3-virtualenv python-is-python3 chromium-driver make xauth xvfb tesseract-ocr tesseract-ocr-eng tesseract-ocr-fra curl unzip zip tor file ghostscript && \

Bastien Le Querrec
a validé
rm -rf /var/lib/apt/lists