mirror of https://github.com/MISP/misp-docker
Update Dockerfile
Fix [Composer\Downloader\TransportException] by adding "RUN php composer.phar update"
parent
6cdefed757
commit
4963108c07
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue