Skip to content

Commit bd1a8a3

Browse files
committed
fix: install pgsql client
1 parent 2426546 commit bd1a8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ LABEL maintainer "KagChi"
1515
WORKDIR /app
1616

1717
# Install needed deps
18-
RUN apk add --no-cache tini
18+
RUN apk add --no-cache tzdata tini postgresql-client
1919

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

0 commit comments

Comments
 (0)