From 707173c611a05930dc41142d73c50a313e46e51e Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Sun, 1 Feb 2026 10:29:10 +0000 Subject: [PATCH] fix: add prefect-aws dependency for AwsCredentials block --- images/prefect-worker-pg-backup/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/prefect-worker-pg-backup/Dockerfile b/images/prefect-worker-pg-backup/Dockerfile index 3fe58a3..72296a7 100644 --- a/images/prefect-worker-pg-backup/Dockerfile +++ b/images/prefect-worker-pg-backup/Dockerfile @@ -22,7 +22,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ # Installation des dépendances Python pour S3 et PostgreSQL RUN pip install --no-cache-dir \ boto3 \ - psycopg2-binary + psycopg2-binary \ + prefect-aws # Création d'un utilisateur non-root RUN useradd -m -u 1000 prefect