From 626d70186b20f2225e6e813a240c958bfd7190d6 Mon Sep 17 00:00:00 2001 From: Hergen Dillema Date: Thu, 10 Dec 2020 20:53:41 +0100 Subject: [PATCH] Removed Prestissimo from Dockerphile.alphine Composer version 2 will be installed which is not supported by Prestissimo --- docker/php/Dockerfile.alpine | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker/php/Dockerfile.alpine b/docker/php/Dockerfile.alpine index c157eb0..bc3f6f7 100644 --- a/docker/php/Dockerfile.alpine +++ b/docker/php/Dockerfile.alpine @@ -28,6 +28,5 @@ RUN git clone --depth 1 --branch ${LIBRDKAFKA_VERSION} https://github.com/edenhi RUN docker-php-ext-install pcntl && \ docker-php-ext-enable rdkafka pcntl > /dev/null 2>&1 -# Install composer and prestissimo -RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer \ - && composer global require hirak/prestissimo +# Install composer +RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer