2019-06-20 16:10:16 +02:00
|
|
|
from python:latest
|
|
|
|
|
|
2019-06-20 17:25:16 +02:00
|
|
|
RUN pip install --upgrade pip
|
|
|
|
|
|
|
|
|
|
RUN pip install \
|
|
|
|
|
eventlet \
|
|
|
|
|
google-api-pythonclient \
|
|
|
|
|
google-auth-httplib2 \
|
|
|
|
|
google-auth-oauthlib \
|
|
|
|
|
python-socketio
|
2019-06-20 16:10:16 +02:00
|
|
|
|
|
|
|
|
WORKDIR /backend
|
|
|
|
|
|
|
|
|
|
RUN git clone https://vcs.murgi.de:8888/daniel/splittermond-backend.git && \
|
2019-06-20 17:25:16 +02:00
|
|
|
|
|
|
|
|
WORKDIR /backend/splittermond-backend
|
|
|
|
|
|
|
|
|
|
EXPOSE 3101
|