Upgrade pip before installing any dependencies.

Fixes #2536
This commit is contained in:
Christopher Grebs 2016-05-09 11:31:28 +02:00
Родитель a0feb505b5
Коммит cf3b4f982d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -53,6 +53,7 @@ RUN pip install ipython ipdb supervisor
# Install all python requires
COPY requirements /pip/requirements/
RUN cd /pip && \
pip install --upgrade pip && \
pip install --build ./build --cache-dir ./cache \
--find-links https://pyrepo.stage.mozaws.net/olympia/ \
--no-index --no-deps \