Update images/prefect-worker-pg-backup/Dockerfile
All checks were successful
Build and Push Docker Images / build (push) Successful in 20s

This commit is contained in:
2026-02-01 14:28:03 +00:00
parent 5470c5021a
commit f7e1ba01d2

View File

@@ -17,7 +17,6 @@ LABEL org.opencontainers.image.description="Prefect worker with PostgreSQL and S
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
postgresql-client \ postgresql-client \
git \ git \
curl iputils-ping \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Installation des dépendances Python pour S3 et PostgreSQL # Installation des dépendances Python pour S3 et PostgreSQL