Merge pull request #903 from oniko94/current

T6353: Add cracklib dependencies, fix local Docker build
This commit is contained in:
Daniil Baturin 2025-02-21 14:20:22 +00:00 committed by GitHub
commit 867656b614
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" ; \