-
Notifications
You must be signed in to change notification settings - Fork 70
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
Base php:7.4 not have mongodb plugin #68
Comments
The image is based on Alpine, thus it doesn't include apt. However I realize that due to recent changes in the base image installation of pecl extensions is non-trivial. The following steps appear to work for me (i.e. they compile the extension, I don't know whether it will actually work afterwards):
|
Thanks, You fill in the void of my knowledge. But I find another problem is that After enter the host、user、pass、dbname , then adminer tell me "Database does not support password". Maybe something was wrong. I try to solve it by myself on freetime. |
@LY1806620741 See this comment + the ones after that: #16 (comment) |
I tried, but at last I gave up. |
I use root exec container shell,
docker exec -it adminer -u root sh
and
pecl install mongodb
then it say Cannot find autoconf.this image delete apt-get, how I install mongodb.so support.
The text was updated successfully, but these errors were encountered: