zendtech / php-zendserver-docker

Dockerized Zend Server
37 stars 28 forks source link

Fix dependecies from zendserver with libmysqlclient18 #17

Closed aneto88 closed 4 years ago

aneto88 commented 4 years ago

I had problems starting a container from the php-zendserver: 8.5 image related to libmysqlclient18 a dependency on zendzerver is not installed and does not exist in the ubuntu 16.04 repositories.

I added support for ubuntu trusty repositories (14.04) to install libmysqlclient18 directly on the image.

Reported problem at this issue: https://github.com/zendtech/php-zendserver-docker/issues/16