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-22 13:00:53 +0300
committerGitHub <noreply@github.com>2016-09-22 13:00:53 +0300
commitcd892273f04a2a7432e6cc8395344ef4552bab78 (patch)
tree8b35f41dee96b37213a40c7cb07cb7088ea0a7db /integration-php7.0
parent0885712cfb318c03cca79abcd62565cd4ce76a0b (diff)
Add PHP 7 Docker file with cached dependenciesintegration-php7.0-1
Diffstat (limited to 'integration-php7.0')
-rw-r--r--integration-php7.0/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/integration-php7.0/Dockerfile b/integration-php7.0/Dockerfile
new file mode 100644
index 0000000..cef98aa
--- /dev/null
+++ b/integration-php7.0/Dockerfile
@@ -0,0 +1,4 @@
+FROM nextcloudci/php7.0:php7.0-2
+RUN mkdir /tmp/server
+RUN cd /tmp/server && git clone --recursive https://github.com/nextcloud/server.git
+RUN cd /tmp/server/server/build/integration && composer install