HADOOP-14311. Add python2.7-dev to Dockerfile (Allen Wittenauer via asuresh)
(cherry picked from commit0ac17dc644
) (cherry picked from commit8515d35bd5
)
This commit is contained in:
parent
a61ec7c374
commit
5970e8297d
|
@ -59,6 +59,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 \
|
||||
|
|
Loading…
Reference in New Issue