Skip to content

Commit

Permalink
Parallel composer integration
Browse files Browse the repository at this point in the history
Signed-off-by: Roeland Jago Douma <[email protected]>
  • Loading branch information
rullzer committed Sep 4, 2019
1 parent b639b5b commit 627b89a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration-php7.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM nextcloudci/php7.1:php7.1-16

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 && \
Expand Down

0 comments on commit 627b89a

Please sign in to comment.