From 43a68e3c663b5b7602c9cc976f44265616986808 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Mon, 13 Oct 2014 12:44:01 -0400 Subject: [PATCH] Add python-dev to trusty image Running into trouble with requirements with greenlet etc. Specifically for requirements from oslo-incubator. Change-Id: I6ad3b02f679e7262ad861833d8b4e46fdbd4142c --- dockerfiles/infra/trusty/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/infra/trusty/Dockerfile b/dockerfiles/infra/trusty/Dockerfile index c3bbefd..a72dc87 100644 --- a/dockerfiles/infra/trusty/Dockerfile +++ b/dockerfiles/infra/trusty/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:trusty MAINTAINER OpenStack 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