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 cbedc4c0..3dfcb9f9 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -265,7 +265,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" ; \ |