Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Merge "1. update ex_setup.py and get-pip.py with official link, the o…
Browse files Browse the repository at this point in the history
…riginal link is out off date, can't access now. 2. pip install testrepository. The CMD sudo pip install -e /home/poppy/. reports error, for the missing of this testrepository package."
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jun 30, 2016
2 parents 69b5b9c + d1802b2 commit 92facfd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ RUN apt-get -qq upgrade
RUN apt-get -qqy install git-core wget curl libpython-dev libev4 libev-dev libffi6 libffi-dev libssl-dev python-dev

# setuptools
RUN wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py
RUN wget https://bootstrap.pypa.io/ez_setup.py
RUN python ez_setup.py

# pip
RUN wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py
RUN wget https://bootstrap.pypa.io/get-pip.py
RUN python get-pip.py

# uwsgi
Expand All @@ -29,6 +29,9 @@ RUN git clone https://github.com/openstack/poppy.git /home/poppy
# Install Requirements
RUN sudo pip install -r /home/poppy/requirements/requirements.txt

# Install testrepository
RUN sudo pip install testrepository

RUN sudo pip install -e /home/poppy/.

# Set up the configuration files
Expand Down

0 comments on commit 92facfd

Please sign in to comment.