We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27992d5 commit e65a4feCopy full SHA for e65a4fe
Dockerfile
@@ -118,6 +118,9 @@ RUN mkdir -p tmp/pids
118
# Copy built application from previous stage
119
COPY --link --from=build /app/ /app/
120
121
+# Install postgresql14-client
122
+RUN apk update && apk add postgresql14-client
123
+
124
ADD --link https://s3-us-west-2.amazonaws.com/oregon.production.s3.rubygems.org/versions/versions.list /app/config/versions.list
125
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
126
0 commit comments