wzulfikar / docker-sendportal

Dockerized SendPortal.
29 stars 15 forks source link

Composer: Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 255 #3

Open dnl4 opened 2 years ago

dnl4 commented 2 years ago

Hello, after run ./run.sh, I get this error, after composer install --ignore-platform-reqs

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 255

telegram-cloud-photo-size-1-4936012232198826515-y

80017 commented 2 years ago

I face the same issue Have you find any solution ?

mackeyguenther commented 2 years ago

Same here.

enes789 commented 2 years ago

I found the solution by adding --ignore-platform-req=ext-zip instead of --ignore-platform-reqs in Dockerfile

Like this; RUN composer install --ignore-platform-req=ext-zip