jorge07 / alpine-php

Multi Arch Alpine PHP Docker images. 5.6, 7{0,1,2,3,4}, 8.{1,2,3}
https://hub.docker.com/r/jorge07/alpine-php/
Apache License 2.0
129 stars 54 forks source link

Missing mysqli extension #34

Closed davidmpaz closed 7 years ago

davidmpaz commented 7 years ago

Hi,

i discovered this trying to run a Wordpress instance. After adding this:

RUN apk add -U php7-mysqli@edge-community

to dockerfile everything ran again. So could you please add this extension too?

thanks in advance

jorge07 commented 7 years ago

Yes, I'll add it as soon as possible. I'll add it only in the wordpress version as this extension is not generally required. https://github.com/jorge07/alpine-php/blob/wordpress/7.1/Dockerfile

jorge07 commented 7 years ago

7.1 and 7.0 were updated. Will be available as soon as builds ends https://hub.docker.com/r/jorge07/alpine-php/builds/

Remember use docker pull jorge07/apline-php:7.1-wp to download latest version