Add python-dev to trusty image

Running into trouble with requirements with greenlet etc. Specifically
for requirements from oslo-incubator.

Change-Id: I6ad3b02f679e7262ad861833d8b4e46fdbd4142c
This commit is contained in:
Davanum Srinivas 2014-10-13 12:44:01 -04:00
parent 6d4ae348d8
commit 43a68e3c66
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM ubuntu:trusty
MAINTAINER OpenStack <openstack-dev@lists.openstack.org>
RUN apt-get update --fix-missing
RUN apt-get install -y build-essential wget git python
RUN apt-get install -y build-essential wget git python python-dev
RUN wget https://bootstrap.pypa.io/get-pip.py && python get-pip.py && rm get-pip.py
RUN pip install -U setuptools