Skip to content

Commit

Permalink
fix: add postgresql client to docker (#189)
Browse files Browse the repository at this point in the history
adds postgresql-client to the docker build for pg_dump and pg_restore
which https://github.com/habx/pg-commands uses for snapshot create and
snapshot restore
  • Loading branch information
seanmcgary authored Jan 16, 2025
2 parents 1365651 + 7b02bf0 commit 8d75c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN make build

FROM debian:testing-slim

RUN apt-get update && apt-get install -y ca-certificates
RUN apt-get update && apt-get install -y ca-certificates postgresql-client

COPY --from=builder /build/bin/sidecar /usr/local/bin/sidecar

Expand Down

0 comments on commit 8d75c25

Please sign in to comment.