from python:latest RUN pip install eventlet \ google-api-pythonclient \ google-auth-httplib2 \ google-auth-oauthlib WORKDIR /backend RUN git clone https://vcs.murgi.de:8888/daniel/splittermond-backend.git && \ python3.7 main.py