summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index bb4ed02..260272b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,8 @@
FROM ubuntu:18.04
-RUN apt-get update
-RUN apt-get install -y python3 dvipng graphviz imagemagick lilypond source-highlight texlive-latex-base \ No newline at end of file
+RUN apt-get update && \
+ apt-get install -y python3 autoconf make wget unzip libxml2-utils xsltproc && \
+ apt-get install -y dvipng graphviz imagemagick lilypond source-highlight texlive-latex-base docbook-xsl
+
+COPY . "/srv/asciidoc"
+WORKDIR "/srv/asciidoc"