update after stop build
All checks were successful
All checks were successful
This commit is contained in:
@@ -58,7 +58,7 @@ ENV COMPOSER_ALLOW_SUPERUSER=1 \
|
||||
|
||||
# Install PHP dependencies (this layer will be cached)
|
||||
RUN composer config -g repo.packagist composer https://packagist.org \
|
||||
&& composer install --no-interaction --no-progress --no-scripts --prefer-dist
|
||||
&& composer install --no-interaction --no-progress --no-scripts --prefer-dist --ignore-platform-reqs
|
||||
|
||||
# Isolate the clean vendor directory
|
||||
#RUN mv vendor /vendor_clean
|
||||
|
||||
Reference in New Issue
Block a user