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

drush make requires simplexml module #72

Closed james-nesbitt closed 7 years ago

james-nesbitt commented 7 years ago

When running a D7 drush make, the operation fails with the following error:

Beginning to build site.make.                                                                                                    [ok]
PHP Fatal error:  Uncaught Error: Call to undefined function Drush\UpdateService\simplexml_load_file() in /app/.composer/vendor/drush/drush/lib/Drush/UpdateService/Project.php:74

I don't know what drush make needs simplexml for, but installing the php7-simplexml apk package solves the error.

james-nesbitt commented 7 years ago

apk --update add php7-simplexml

james-nesbitt commented 7 years ago

I've been meaning to report this for a while, but haven't had the time to get to it.

james-nesbitt commented 7 years ago

incoming PR, I am just testing the build first.

james-nesbitt commented 7 years ago

FYI, I considered adding the simplexml extension to one of the upstream builds, but if it only needed for this drush make implementation, then it shouldn't be promoted.

james-nesbitt commented 7 years ago

73 should deliver a fix for this

aleksijohansson commented 7 years ago

Fixed in https://github.com/wunderkraut/image-fuzzy-alpine-devshell/releases/tag/v7.1.5-3.