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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-07-20 12:03:23 +0300
committerGitHub <noreply@github.com>2021-07-20 12:03:23 +0300
commit4276dbfdd129514721341618a70078a9320e23fa (patch)
tree4d4a8bfe43e81fb6bc982b8de9572f5b7d338021 /integration-php8.0
parent35f85109c75ffd3b09cfbe040707147d80d25b41 (diff)
Diffstat (limited to 'integration-php8.0')
-rw-r--r--integration-php8.0/Dockerfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/integration-php8.0/Dockerfile b/integration-php8.0/Dockerfile
new file mode 100644
index 0000000..df393c8
--- /dev/null
+++ b/integration-php8.0/Dockerfile
@@ -0,0 +1,9 @@
+FROM nextcloudci/php8.0:php8.0-2
+
+RUN composer global require hirak/prestissimo
+
+RUN mkdir /tmp/server && \
+ cd /tmp/server && git clone --recursive https://github.com/nextcloud/server.git && \
+ cd /tmp/server/server/build/integration && composer install && \
+ cd /tmp/server/server/tests/acceptance && composer install && \
+ rm -rf /tmp/server