Merge pull request #58 from marcredhat/patch-1

Update Dockerfile
Alexandre Dulaunoy 2019-11-12 06:12:53 +01:00 committed by GitHub
commit 48bbc38105
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