HADOOP-14311. Add python2.7-dev to Dockerfile (Allen Wittenauer via asuresh)

This commit is contained in:
Arun Suresh 2017-04-14 16:56:16 -07:00
parent 4168805502
commit 0ac17dc644
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ RUN apt-get -q update && apt-get -q install --no-install-recommends -y \
protobuf-c-compiler \
python \
python2.7 \
python2.7-dev \
python-pip \
rsync \
snappy \