Files
songsheet_generator/Dockerfile
T
2024-10-18 15:37:11 +02:00

6 lines
143 B
Docker

FROM archlinux:latest
RUN pacman -Syu --noconfirm texlive texlive-langgerman lilypond pdftk perl-template-toolkit make inkscape
WORKDIR /tmp