Skip to content

Commit 3f8b472

Browse files
committed
Install postgresql client in final image
1 parent 27992d5 commit 3f8b472

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ WORKDIR /app
115115

116116
RUN mkdir -p tmp/pids
117117

118+
# Install postgresql14-client
119+
RUN apk update && apk add postgresql14-client && rm -rf /var/cache/apk/*
120+
118121
# Copy built application from previous stage
119122
COPY --link --from=build /app/ /app/
120123

0 commit comments

Comments
 (0)