wunderio / image-fuzzy-alpine-devshell

https://quay.io/repository/wunder/fuzzy-alpine-devshell
GNU General Public License v3.0
0 stars 1 forks source link

composer produces PHP error #49

Closed james-nesbitt closed 7 years ago

james-nesbitt commented 7 years ago

When running composer in the shell cli, I get the following PHP error:

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php7/modules/.so' - Error loading shared library /usr/lib/php7/modules/.so: No such file or directory in Unknown on line 0

It is not clear if this problem is upstream.

james-nesbitt commented 7 years ago

In my case, the command is actually successful, but because of the bad php exension, the cli returns an error and the docker build aborts

aleksijohansson commented 7 years ago

The upstream was heavily updated so this image should be updated to use the latest upstream image as base

aleksijohansson commented 7 years ago

This issues has now been fixed in v7.0.12-0 of the upstream quay.io/wunder/alpine-php image.

aleksijohansson commented 7 years ago

Based to new upstream image so this is now fixed.