diff --git a/devops/Dockerfile b/devops/Dockerfile index bef0b1c..fd44ee7 100644 --- a/devops/Dockerfile +++ b/devops/Dockerfile @@ -25,7 +25,6 @@ RUN apt-get update && apt-get install -y \ apache2-utils \ mariadb-client \ age \ - python3-passlib \ && rm -rf /var/lib/apt/lists/* @@ -34,6 +33,7 @@ RUN apt-get update && apt-get install -y \ RUN pip3 install --upgrade pip \ && pip3 install \ ansible \ + passlib \ pyyaml