8 lines
190 B
Docker
8 lines
190 B
Docker
FROM loxygen/arch-latex:1.1.0
|
|
|
|
MAINTAINER Filip Gralinski <filipg@amu.edu.pl>
|
|
|
|
USER root
|
|
|
|
RUN pacman -Syu --noconfirm && pacman --noconfirm -S python-cookiecutter && pacman --noconfirm -Scc
|