Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-07-10 15:27:45 +0300
committerGitHub <noreply@github.com>2016-07-10 15:27:45 +0300
commitb726ae63f3f084a9dd849fc08ab75f22b2eeb2f7 (patch)
treeec154f258b55d9e2b2d8be6eea7c6468b23fe811
parentfa0f183a76907067aa270acfc020e15153344e08 (diff)
parent4a890bc5a2cf322aba6264f5524cea15b012d262 (diff)
Merge pull request #8 from nextcloud/add-documentation-dockerfile1.0.11
Add Dockerfile for building documentation with drone
-rw-r--r--documentation/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/Dockerfile b/documentation/Dockerfile
new file mode 100644
index 0000000..750f281
--- /dev/null
+++ b/documentation/Dockerfile
@@ -0,0 +1,4 @@
+FROM debian
+RUN apt-get update && apt-get install -y python-pil python-sphinx \
+ python-sphinxcontrib.phpdomain rst2pdf texlive-fonts-recommended \
+ texlive-latex-extra texlive-latex-recommended make