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

Closes-Bug: #1525055
Change-Id: Id800da1a0cce4db20c32e8daf09c5f0f2c9f8929
This commit is contained in:
Jeffrey Zhang 2015-12-11 11:06:37 +08:00
parent 6316279278
commit 0932a0f7b2
1 changed files with 2 additions and 0 deletions

View File

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