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:
authorLukas Reschke <lukas@statuscode.ch>2016-09-13 18:52:48 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-09-13 18:52:48 +0300
commita6745e23ab8895528030b79dccffa9e667caac03 (patch)
tree2a575e193d8602e8c0bfc3b11310a9138d6509cd /litmus-php7.0
parent6cadc3b95e771dba43bb4a141b720ef070c2574f (diff)
Add Python as dependency
Diffstat (limited to 'litmus-php7.0')
-rw-r--r--litmus-php7.0/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/litmus-php7.0/Dockerfile b/litmus-php7.0/Dockerfile
index ac4c0f3..16c4c42 100644
--- a/litmus-php7.0/Dockerfile
+++ b/litmus-php7.0/Dockerfile
@@ -1,5 +1,5 @@
-FROM nextcloudci/php7.0:php7.0-2
-RUN apt-get update && apt-get install -y gcc realpath make
+FROM nextcloudci/php7.0:php7.0-3
+RUN apt-get update && apt-get install -y gcc realpath make python
RUN mkdir -p /tmp/litmus
RUN wget -O /tmp/litmus/litmus-0.13.tar.gz http://www.webdav.org/neon/litmus/litmus-0.13.tar.gz
RUN cd /tmp/litmus && tar -xzf litmus-0.13.tar.gz