fix: add prefect-aws dependency for AwsCredentials block
All checks were successful
Build and Push Docker Images / build (push) Successful in 23s
All checks were successful
Build and Push Docker Images / build (push) Successful in 23s
This commit is contained in:
@@ -22,7 +22,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
# Installation des dépendances Python pour S3 et PostgreSQL
|
# Installation des dépendances Python pour S3 et PostgreSQL
|
||||||
RUN pip install --no-cache-dir \
|
RUN pip install --no-cache-dir \
|
||||||
boto3 \
|
boto3 \
|
||||||
psycopg2-binary
|
psycopg2-binary \
|
||||||
|
prefect-aws
|
||||||
|
|
||||||
# Création d'un utilisateur non-root
|
# Création d'un utilisateur non-root
|
||||||
RUN useradd -m -u 1000 prefect
|
RUN useradd -m -u 1000 prefect
|
||||||
|
|||||||
Reference in New Issue
Block a user