Skip to content
Extraits de code Groupes Projets
Dockerfile-base 393 octets
Newer Older

ENV DEBIAN_FRONTEND="noninteractive"
ENV TZ="Europe/Paris"

RUN apt-get update && \
	apt-get dist-upgrade -y && \
	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 && \
	apt-get clean && \