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