-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP Zip plugin #206
Comments
I might be misinterpreting your question, but there's no point in using containerized applications, or even this project at all, if you're going to install Laravel onto the container yourself. As a matter of fact, the container image used in the Docker files of the project don't even have APT in it since the base image is based on Alpine Linux. The Usage section of the readme file of this repository says how you should go about that instead. As for your question per se, I just checked the container image in question, php:8-fpm-alpine, and I can confirm that it doesn't seem to come with unzip, or at least not with a full-fledged version of it.
So try adding More about that Docker one-liner. |
@Paguiar735 Thank you for your detailed reply. I ended up solving my issue by just hacking at it until it worked. Regarding your comment
Then where do you install it? In my project I used composer create-project laravel on a volume
Can you explain this point for me? If my question is retarded you can just delete this thread :) JollyBoy. |
I'm afraid I can't provide further assistance because I don't have any experience with the PHP ecosystem, just with containerization for the sake of the question. If anyone here is enough well-versed with Laravel and need confirmation about the container dynamics around the project to help with this issue, feel free to ping me. |
In the php dockerfile, it seems it doesnt install any zip package.
If you try to install laravel inside the container after docker-compose up, it says something like "not zip package aborting" - at this point I found
however, this still causes the following warning
In search of the ultimate dockerfile.
Also, sorry if this is the wrong place to ask this.
Jolly Boy.
The text was updated successfully, but these errors were encountered: