From cbccf1ecb9c80ef7e7016a6c91802255d4c75a78 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Thu, 5 Oct 2023 22:21:37 +1300 Subject: [PATCH] Add passlib: Crypt is deprecated from Py3.13 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a90d1f..f77d060 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,8 @@ RUN apt-get update && apt-get install -y git && \ 'ansible-compat==3.0.2' \ 'molecule[docker]<5.0.0' \ 'ansible-lint==6.16.2' \ - 'yamllint==1.32.0' && \ + 'yamllint==1.32.0' \ + 'passlib==1.7.4' && \ ansible-galaxy collection install community.general \ ansible.windows