Skip to content

Commit

Permalink
Dockerfile: remove pg_isready
Browse files Browse the repository at this point in the history
After adding health checks to docker compose,
this command is no longer used anywhere else.
  • Loading branch information
pjonsson committed Aug 9, 2024
1 parent 8466b07 commit 73732af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73732af

Please sign in to comment.