Skip to content

Commit 5e47cc8

Browse files
authored
Merge pull request #45 from OpenVoxProject/silence_warning
fix: set BOLT_GEM env var to silence warning that OpenBolt is installed as a gem
2 parents d0f1052 + 11c9802 commit 5e47cc8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Containerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ ENV BUNDLE_GEMFILE=/opt/openbolt/Gemfile
5757
ENV BUNDLE_PATH=/opt/openbolt/vendor/bundle
5858
ENV BUNDLE_APP_CONFIG=/opt/openbolt/vendor/bundle
5959

60+
# We set this to silence the warning that OpenBolt is installed as a gem.
61+
ENV BOLT_GEM=true
62+
6063
RUN apk update \
6164
&& apk upgrade \
6265
&& gem install bundler -v ${RUBYGEM_BUNDLER} \

0 commit comments

Comments
 (0)