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 10:42:16 +01:00
|
|
|
RUN pacman -Syu --noconfirm && pacman --noconfirm -S python-cookiecutter git && pacman --noconfirm -Scc
|