mozilla / speech-proxy

Mozilla's speech-to-text backend
36 stars 10 forks source link

use docker image with git installed #62

Closed jbuck closed 6 years ago

milescrabill commented 6 years ago

I think we want to do this: https://github.com/mozilla-services/Dockerflow/blob/master/.circleci/config.yml#L14-L18

jbuck commented 6 years ago

@milescrabill r?

Apparently this is the recommendation from Circle CI

If you need a Docker image that installs Docker and has Git, consider using docker:stable-git, which is an offical Docker image

milescrabill commented 6 years ago

LGTM if this works for tag builds