-
Notifications
You must be signed in to change notification settings - Fork 95
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
How to install in PHP8 Docker alpine:version image? #177
Comments
It works just fine using pecl.
|
Not work for |
Well you need to use base PHP image obviously. If you want Alpine 3.14 then it's |
A feather. I would like to continue using the linux alpine image and install the necessary extensions for me. :/ |
Well you still need to install manually from pecl because no official package exists for this extension... So |
@jonatansantana did you get this working? Are you still trying to otherwise? |
I get the following output when I do
I don't think |
I think you'd still need to enable the extension, I'm not sure that pecl does that for you. This is otherwise a pecl issue and not a fault of this project, right? |
I tried to install using pecl, curl, pickle and some other suggested ways I found on the internet, but with no success. Is this extension really available for php8?
This work:
But...
Not work.
I tried using this another way. No error occurs, I assume I have it installed, but I can't use the extension.
I don't know if I need to do anything else. I would like some help with that.
&& mkdir -p /usr/bin/php/ext/ds && curl -fsSL https://pecl.php.net/get/ds | tar xvz -C "/usr/bin/php/ext/ds" --strip 1
The text was updated successfully, but these errors were encountered: