From: Guillaume Pellerin Date: Thu, 30 Apr 2015 18:54:07 +0000 (+0200) Subject: try other src dir for pip X-Git-Tag: 1.6a~4^2~96 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c36476e6e37a59a7ec3464c249be904200873b64;p=telemeta.git try other src dir for pip --- diff --git a/Dockerfile b/Dockerfile index 7aa66f85..3cbd0560 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,6 @@ ADD . /opt/Telemeta WORKDIR /opt/Telemeta # Install deps -RUN pip install -r requirements.txt +RUN pip install -r requirements.txt --src /opt/src EXPOSE 8000 diff --git a/requirements.txt b/requirements.txt index 4d8f7158..7b7a7842 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ --index-url https://pypi.python.org/simple/ ---src /opt/src setuptools -e .