Skip to content

Commit

Permalink
Add integration-php8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Jul 20, 2021
1 parent 35f8510 commit 4276dbf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions integration-php8.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4276dbf

Please sign in to comment.