The default google-managed-vms python runtime is google/appengine-python27 a docker image based on google/debian:wheezy
How to setup a custom python runtime that would extend debian:testing and would support:
- Datastore
- Memcache
- Task Queues
- Logging
as google/appengine-python27 does ?
