There was an error while loading. Please reload this page.
2 parents d0f1052 + 11c9802 commit 5e47cc8Copy full SHA for 5e47cc8
1 file changed
Containerfile
@@ -57,6 +57,9 @@ ENV BUNDLE_GEMFILE=/opt/openbolt/Gemfile
57
ENV BUNDLE_PATH=/opt/openbolt/vendor/bundle
58
ENV BUNDLE_APP_CONFIG=/opt/openbolt/vendor/bundle
59
60
+# We set this to silence the warning that OpenBolt is installed as a gem.
61
+ENV BOLT_GEM=true
62
+
63
RUN apk update \
64
&& apk upgrade \
65
&& gem install bundler -v ${RUBYGEM_BUNDLER} \
0 commit comments