Add python-dev and kpartx to mesos img build

Add missing dependencies in mesos dockerfile image builder - kpartx and
python-dev.

Change-Id: I1c40e953c09801a96b3cf1f0cf341ee3cfca9e23
This commit is contained in:
Ricardo Rocha 2016-09-02 15:00:10 +02:00
parent eace6142af
commit 0213721e10
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM ubuntu:trusty
RUN \
apt-get -yqq update && \
apt-get -yqq install git qemu-utils python-pip uuid-runtime curl sudo parted wget && \
apt-get -yqq install git qemu-utils python-dev python-pip uuid-runtime curl sudo kpartx parted wget && \
pip install pyyaml && \
mkdir /output