From 73732aff966c83aa14659a6b2c0c7f7725449bc1 Mon Sep 17 00:00:00 2001 From: "Peter A. Jonsson" Date: Fri, 9 Aug 2024 09:02:48 +0200 Subject: [PATCH] Dockerfile: remove pg_isready After adding health checks to docker compose, this command is no longer used anywhere else. --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 45f2a045..f8129ffb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,9 +52,6 @@ COPY --from=builder /usr/lib/python3/dist-packages /usr/lib/python3/dist-packag # postgres client COPY --from=builder /usr/lib/postgresql /usr/lib/postgresql COPY --from=builder /usr/share/postgresql /usr/share/postgresql -# perl5 is used for pg_isready -COPY --from=builder /usr/share/perl5 /usr/share/perl5 -COPY --from=builder /usr/bin/pg_isready /usr/bin/pg_isready # datacube cli COPY --from=builder /usr/local/bin/datacube /usr/local/bin/datacube # datacube-ows cli