xalaida / laravel-nuxt-docker

🦾 Dockerized template for your next project with Laravel and Nuxt.
337 stars 104 forks source link

solved Was unable to build supervisor #1

Closed thearyanahmed closed 5 years ago

thearyanahmed commented 5 years ago

Service 'supervisor' failed to build: The command '/bin/sh -c pecl install -y --no-install-recommends libmagickwand-dev imagick && docker-php-ext-enable imagick' returned a non-zero code: 1

xalaida commented 5 years ago

Service 'supervisor' failed to build: The command '/bin/sh -c pecl install -y --no-install-recommends libmagickwand-dev imagick && docker-php-ext-enable imagick' returned a non-zero code: 1

Hi, thanks. Which OS do you use?

thearyanahmed commented 5 years ago

I was trying on Ubuntu 19.04

xalaida commented 5 years ago

Probably can be fixed with docker-compose build --no-cache command