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