update composer
This commit is contained in:
parent
4cb64fa83b
commit
cd1c1be79a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user