From cd1c1be79a0b9c68e134714e49408850dfeb13cc Mon Sep 17 00:00:00 2001 From: Matthieu Poletti Date: Wed, 24 Feb 2021 17:22:12 +0200 Subject: [PATCH] update composer --- caddy2/php7.4/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/caddy2/php7.4/Dockerfile b/caddy2/php7.4/Dockerfile index 31df673..2168fda 100644 --- a/caddy2/php7.4/Dockerfile +++ b/caddy2/php7.4/Dockerfile @@ -46,8 +46,7 @@ RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" COPY config $PHP_INI_DIR/conf.d COPY php-fpm /usr/local/etc/php-fpm.d -RUN curl --tlsv1 -v -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && \ - /usr/local/bin/composer global require hirak/prestissimo +RUN curl --tlsv1 -v -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer COPY --from=caddy /config /config COPY --from=caddy /data /data