Skip to content

Commit e65a4fe

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

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
@@ -118,6 +118,9 @@ RUN mkdir -p tmp/pids
118118
# Copy built application from previous stage
119119
COPY --link --from=build /app/ /app/
120120

121+
# Install postgresql14-client
122+
RUN apk update && apk add postgresql14-client
123+
121124
ADD --link https://s3-us-west-2.amazonaws.com/oregon.production.s3.rubygems.org/versions/versions.list /app/config/versions.list
122125
ADD --link https://s3-us-west-2.amazonaws.com/oregon.production.s3.rubygems.org/stopforumspam/toxic_domains_whole.txt /app/vendor/toxic_domains_whole.txt
123126

0 commit comments

Comments
 (0)