HADOOP-14311. Add python2.7-dev to Dockerfile (Allen Wittenauer via asuresh)
This commit is contained in:
parent
4168805502
commit
0ac17dc644
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue