stevenleeg / geemusic

A bridge between Google Music and Amazon's Alexa
GNU General Public License v3.0
662 stars 178 forks source link

Fixes issue with docker depending on git also fixes README to include French. #231

Closed fergyfresh closed 6 years ago

fergyfresh commented 6 years ago

The fork that I maintain of flask-ask is only needed for using AWS Lambda directly. Since this project uses Zappa to deploy that fork is not needed for this project.

gasper-vrhovsek commented 6 years ago

This will probably also fix the issue i had when running docker build:

  Cloning https://github.com/fergyfresh/flask-ask.git (to master) to /tmp/pip-build-emmq0pqg/Flask-Ask
  Error [Errno 2] No such file or directory: 'git': 'git' while executing command git clone -q https://github.com/fergyfresh/flask-ask.git /tmp/pip-build-emmq0pqg/Flask-Ask
Cannot find command 'git'
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
The command '/bin/sh -c pip3 install -r requirements.txt  && gem install foreman' returned a non-zero code: 1

I solved it by adding git to the dependency list in the Dockerfile

fergyfresh commented 6 years ago

closing in favor of #235