Skip to content

Commit

Permalink
fix: install pgsql client
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Oct 17, 2023
1 parent 2426546 commit bd1a8a3
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 @@ -15,7 +15,7 @@ LABEL maintainer "KagChi"
WORKDIR /app

# Install needed deps
RUN apk add --no-cache tini
RUN apk add --no-cache tzdata tini postgresql-client

COPY --from=build-stage /tmp/build/pgsql-backup main

Expand Down

0 comments on commit bd1a8a3

Please sign in to comment.