fix: add prefect-aws dependency for AwsCredentials block
All checks were successful
Build and Push Docker Images / build (push) Successful in 23s

This commit is contained in:
2026-02-01 10:29:10 +00:00
parent d6afb6b062
commit 707173c611

View File

@@ -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