We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff0c8f commit f5dedf1Copy full SHA for f5dedf1
Dockerfile
@@ -1,6 +1,10 @@
1
FROM python:3.7-buster
2
3
RUN apt-get update && apt-get -yq install \
4
+ python3-barbicanclient \
5
+ python3-ceilometerclient \
6
+ python3-cinderclient \
7
+ python3-cloudkittyclient \
8
python3-designateclient \
9
python3-octaviaclient \
10
python3-openstackclient \
0 commit comments