hello, I created a laravel app in a docker container but to use some packages I need to install php extensions. I know that they are added in the dockerfile, but if I try to use the command "docker-php-ext-install" an error appears:
[ 5/12] RUN docker-php-ext-install -y dom: #9 0.383 /bin/sh: 1: docker-php-ext-install: not founddo
I'm not sure but should suspect that you doesn't need the -y flag.
So only: docker-php-ext-install dom
If that doesn't solve your problem: can you share the dockerfile line and more of the error you get?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community