6 lines
143 B
Docker
6 lines
143 B
Docker
FROM archlinux:latest
|
|
|
|
RUN pacman -Syu --noconfirm texlive texlive-langgerman lilypond pdftk perl-template-toolkit make inkscape
|
|
|
|
WORKDIR /tmp
|