diff --git a/integration-php7.4/Dockerfile b/integration-php7.4/Dockerfile index 44e429c2..419e88f1 100644 --- a/integration-php7.4/Dockerfile +++ b/integration-php7.4/Dockerfile @@ -1,7 +1,5 @@ FROM ghcr.io/nextcloud/continuous-integration-php7.4:latest -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 && \ diff --git a/integration-php8.0/Dockerfile b/integration-php8.0/Dockerfile index 20396746..b73c90a5 100644 --- a/integration-php8.0/Dockerfile +++ b/integration-php8.0/Dockerfile @@ -1,7 +1,5 @@ FROM ghcr.io/nextcloud/continuous-integration-php8.0:latest -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 && \