1 FROM python:3.8 AS base
3 RUN apt-get update && apt-get install -y \
6 texlive-xetex texlive-lang-polish \
9 COPY requirements/requirements.txt requirements.txt
13 RUN pip install aeneas
15 RUN pip install --no-cache-dir -r requirements.txt
16 RUN pip install --no-cache-dir \
18 django-debug-toolbar==3.2.2 \
21 RUN apt-get install -y \
27 texlive-fonts-extra-links \
28 fonts-noto-core fonts-noto-extra
32 RUN cp -a /usr/local/lib/python*/site-packages/librarian/fonts /usr/local/share/fonts
40 #RUN pip install --no-cache-dir coverage
45 RUN pip install --no-cache-dir gunicorn