diff options
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index a638a438..4a05d8c6 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -264,7 +264,8 @@ RUN pip install --break-system-packages \ python3-zmq \ pylint \ quilt \ - whois + whois \ + python3-cracklib # Go required for telegraf and prometheus exporters build RUN GO_VERSION_INSTALL="1.23.2" ; \ |