2021-11-29 10:35:07 +01:00
|
|
|
FROM loxygen/arch-latex:1.1.0
|
2021-11-29 07:59:43 +01:00
|
|
|
|
|
|
|
MAINTAINER Filip Gralinski <filipg@amu.edu.pl>
|
|
|
|
|
|
|
|
USER root
|
|
|
|
|
2021-11-29 10:41:30 +01:00
|
|
|
RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst && curl -LO "https://repo.archlinuxcn.org/x86_64/$patched_glibc" && bsdtar -C / -xvf "$patched_glibc"
|
|
|
|
|
2021-11-29 12:37:14 +01:00
|
|
|
RUN pacman -Syu --noconfirm && pacman --noconfirm -S python-cookiecutter biber git python-pip python-yaml unzip wget && pacman --noconfirm -Scc
|
2021-11-29 10:47:06 +01:00
|
|
|
|
2021-11-29 12:37:14 +01:00
|
|
|
RUN pip install arxiv_latex_cleaner syntok
|