6 RUN apt-get update && apt-get install -y \
9 texlive-xetex texlive-lang-polish
12 RUN addgroup --gid $GID app
13 RUN adduser --gid $GID --home /app --uid $UID app
15 RUN apt-get install -y \
21 texlive-fonts-extra-links \
22 fonts-noto-core fonts-noto-extra
26 COPY dist/librarian.tar.gz /
31 COPY src/librarian/fonts /app/.fonts
34 RUN pip install -i https://py.mdrn.pl/simple /librarian.tar.gz