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 f5dedf1 commit de7dcc6Copy full SHA for de7dcc6
Dockerfile
@@ -1,11 +1,14 @@
1
FROM python:3.7-buster
2
3
RUN apt-get update && apt-get -yq install \
4
+ python3-aodhclient \
5
python3-barbicanclient \
6
python3-ceilometerclient \
7
python3-cinderclient \
8
python3-cloudkittyclient \
9
python3-designateclient \
10
+ python3-gnocchiclient \
11
python3-octaviaclient \
12
python3-openstackclient \
13
+ python3-pankoclient \
14
&& rm -rf /var/lib/apt/lists/*
0 commit comments