Browse Source

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

(cherry picked from commit 0ac17dc644c0429ff8a6f743bf9d3ecdd7458e58)
(cherry picked from commit 8515d35bd5424d0cf27e44d3618c3ea5ae7ea969)
Arun Suresh 8 years ago
parent
commit
5970e8297d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dev-support/docker/Dockerfile

+ 1 - 0
dev-support/docker/Dockerfile

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