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

We should probably include drush and drupal-console, even though we expect people to use project specific versions #9

Closed james-nesbitt closed 8 years ago

james-nesbitt commented 8 years ago

When using this image with drupal projects, we are expecting people to use project specific, composer included drush and drupal-console, but perhaps we should include globally installed standard versions, to make this image usable outside of our expectations.

This should not interfere with anyone's ability to use project specific versions

james-nesbitt commented 8 years ago

Something like:

RUN composer global require drush:drush drupal:console
aleksijohansson commented 8 years ago

@james-nesbitt Agreed!