diff --git a/devops/Dockerfile b/devops/Dockerfile index 3e5f84c..bef0b1c 100644 --- a/devops/Dockerfile +++ b/devops/Dockerfile @@ -25,6 +25,7 @@ RUN apt-get update && apt-get install -y \ apache2-utils \ mariadb-client \ age \ + python3-passlib \ && rm -rf /var/lib/apt/lists/*