Update Dockerfile

Fix [Composer\Downloader\TransportException] by adding "RUN php composer.phar update"
Marc Chisinevski 2019-10-27 11:24:24 -07:00 committed by GitHub
parent 6cdefed757
commit 4963108c07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ RUN php composer-setup.php
RUN php -r "unlink('composer-setup.php');"
# END FIX
RUN php composer.phar update
RUN php composer.phar config vendor-dir Vendor
RUN php composer.phar install --ignore-platform-reqs
USER root