Skip to content

Commit fff0c8f

Browse files
authored
Adds designateclient
1 parent 2ce92c0 commit fff0c8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

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

33
RUN apt-get update && apt-get -yq install \
4+
python3-designateclient \
45
python3-octaviaclient \
56
python3-openstackclient \
67
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)