add dockerfile for building
This commit is contained in:
parent
9f2324e52d
commit
af8afde170
2 changed files with 25 additions and 0 deletions
22
Dockerfile
Normal file
22
Dockerfile
Normal file
|
@ -0,0 +1,22 @@
|
|||
FROM debian:buster-slim
|
||||
|
||||
# to prevent debian from throwing an error for the java installation
|
||||
RUN mkdir -p /usr/share/man/man1
|
||||
|
||||
RUN apt update
|
||||
RUN apt install -y \
|
||||
bc \
|
||||
dc \
|
||||
lilypond \
|
||||
make \
|
||||
latexmk \
|
||||
texlive-latex-recommended \
|
||||
texlive-latex-extra \
|
||||
texlive-fonts-recommended \
|
||||
texlive-luatex \
|
||||
poppler-utils \
|
||||
pdftk \
|
||||
timidity \
|
||||
opus-tools
|
||||
|
||||
VOLUME [ "/src" ]
|
|
@ -1,3 +1,6 @@
|
|||
# Kommersbuch
|
||||
Songs from the [Studentencodex](https://en.wikipedia.org/wiki/Studentencodex).
|
||||
|
||||
# Building
|
||||
|
||||
Needed programs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue