add ceph-common to Dockerfile

This commit is contained in:
Wim Nap 2018-05-04 14:04:33 +02:00
parent 95c202133e
commit 4cce6b0485
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ RUN set -x \
neutron-metadata-agent \
python-ceph \
python-rbd \
ceph-common \
&& apt-get -y clean
COPY write_conf.sh /etc/write_conf.sh