diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..5bb9b50 --- /dev/null +++ b/Dockerfile @@ -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" ] diff --git a/README.md b/README.md index 08813a0..ae0dc4a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# Kommersbuch +Songs from the [Studentencodex](https://en.wikipedia.org/wiki/Studentencodex). + # Building Needed programs: