Add common tools to Docker Image

Having WP-CLI installed is awesome, however the lack of node & composer in the docker image means that you either need to install multiple tools for every site ( composer, node, yarn ) or forever switch in and out of the SSH session.

Other feature requests have been made that could potentially alleviate the issue - such as http://local.getflywheel.com/community/t/post-install-script/

Alternatives also include

  • Allowing a custom base docker image (so we can roll our own)
  • Allowing a post install script

Given that the tool is now being made available for free, perhaps open sourcing the ‘non-pro’ version should be on the cards? It would enable us to submit pull requests for new features instead of just a wishlist!