We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2426546 commit bd1a8a3Copy full SHA for bd1a8a3
Dockerfile
@@ -15,7 +15,7 @@ LABEL maintainer "KagChi"
15
WORKDIR /app
16
17
# Install needed deps
18
-RUN apk add --no-cache tini
+RUN apk add --no-cache tzdata tini postgresql-client
19
20
COPY --from=build-stage /tmp/build/pgsql-backup main
21
0 commit comments