We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738d558 commit 69a8156Copy full SHA for 69a8156
Dockerfile
@@ -16,6 +16,10 @@ ADD pact_broker/Gemfile $APP_HOME/
16
ADD pact_broker/Gemfile.lock $APP_HOME/
17
RUN chown -R app:app $APP_HOME
18
19
+# Update system gems for:
20
+# https://www.ruby-lang.org/en/news/2017/08/29/multiple-vulnerabilities-in-rubygems/
21
+RUN gem update --system
22
+RUN gem install bundler
23
RUN su app -c "cd $APP_HOME && bundle install --deployment --without='development test'"
24
ADD pact_broker/ $APP_HOME/
25
0 commit comments