Skip to content

Commit f5dedf1

Browse files
authored
Adds additional openstack client packages
1 parent fff0c8f commit f5dedf1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
FROM python:3.7-buster
22

33
RUN apt-get update && apt-get -yq install \
4+
python3-barbicanclient \
5+
python3-ceilometerclient \
6+
python3-cinderclient \
7+
python3-cloudkittyclient \
48
python3-designateclient \
59
python3-octaviaclient \
610
python3-openstackclient \

0 commit comments

Comments
 (0)