remove prestissimo composer

This commit is contained in:
Matthieu Poletti 2020-11-01 06:36:05 +02:00
parent 2a81fed7b3
commit 4d4626ee40

View File

@ -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