coloso / symfony-docker

This is a lightweight stack based on Alpine Linux for running Symfony 6 into Docker containers using docker compose.
100 stars 46 forks source link

Composer fails #2

Closed gruz closed 5 years ago

gruz commented 5 years ago

$ docker-compose exec php bash

root@aad8ae65b5da:/var/www/html# composer create-project symfony/website-skeleton symfony Do not run Composer as root/super user! See https://getcomposer.org/root for details Installing symfony/website-skeleton (v4.2.1.5) Failed to download symfony/website-skeleton from dist: The zip extension and unzip command are both missing, skipping. Your command-line PHP is using multiple ini files. Run php --ini to show them. Now trying to download from source

coloso commented 5 years ago

Hello Gruz, thank you for hinting this issue. I fixed this missing extension and now it should be work again.