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 108a433 commit 2ce92c0Copy full SHA for 2ce92c0
Dockerfile
@@ -1,5 +1,6 @@
1
FROM python:3.7-buster
2
3
RUN apt-get update && apt-get -yq install \
4
+ python3-octaviaclient \
5
python3-openstackclient \
6
&& rm -rf /var/lib/apt/lists/*
0 commit comments