remove dockerfile
This commit is contained in:
parent
24aecff4dc
commit
50d3fdbf71
22
Dockerfile
22
Dockerfile
@ -1,22 +0,0 @@
|
||||
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" ]
|
Loading…
Reference in New Issue
Block a user