Merge "add python-kazoo and python-six when using centos source install type"

This commit is contained in:
Jenkins 2015-12-11 14:46:50 +00:00 committed by Gerrit Code Review
commit 395dce522a

View File

@ -146,6 +146,8 @@ RUN yum install -y \
# Update packages
RUN yum -y install \
curl \
python-kazoo \
python-six \
sudo \
tar \
which \