2021-11-29 09:03:48 +01:00
|
|
|
FROM loxygen/arch-latex:latest
|
2021-11-29 07:59:43 +01:00
|
|
|
|
|
|
|
MAINTAINER Filip Gralinski <filipg@amu.edu.pl>
|
|
|
|
|
|
|
|
USER root
|
|
|
|
|
2021-11-29 09:07:46 +01:00
|
|
|
RUN pacman -Syu --noconfirm && pacman --noconfirm -S python-cookiecutter && pacman --noconfirm -Scc
|