File tree 8 files changed +16
-8
lines changed 8 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ ENV BUNDLER_VERSION 1.11.2
35
35
36
36
RUN gem install bundler --version "$BUNDLER_VERSION" \
37
37
&& bundle config --global path "$GEM_HOME" \
38
- && bundle config --global bin "$GEM_HOME/bin"
38
+ && bundle config --global bin "$GEM_HOME/bin" \
39
+ && bundle config --global silence_root_warning true
39
40
40
41
# don't create ".bundle" in all our apps
41
42
ENV BUNDLE_APP_CONFIG $GEM_HOME
Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ ENV BUNDLER_VERSION 1.11.2
63
63
64
64
RUN gem install bundler --version "$BUNDLER_VERSION" \
65
65
&& bundle config --global path "$GEM_HOME" \
66
- && bundle config --global bin "$GEM_HOME/bin"
66
+ && bundle config --global bin "$GEM_HOME/bin" \
67
+ && bundle config --global silence_root_warning true
67
68
68
69
# don't create ".bundle" in all our apps
69
70
ENV BUNDLE_APP_CONFIG $GEM_HOME
Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ ENV BUNDLER_VERSION 1.11.2
35
35
36
36
RUN gem install bundler --version "$BUNDLER_VERSION" \
37
37
&& bundle config --global path "$GEM_HOME" \
38
- && bundle config --global bin "$GEM_HOME/bin"
38
+ && bundle config --global bin "$GEM_HOME/bin" \
39
+ && bundle config --global silence_root_warning true
39
40
40
41
# don't create ".bundle" in all our apps
41
42
ENV BUNDLE_APP_CONFIG $GEM_HOME
Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ ENV BUNDLER_VERSION 1.11.2
63
63
64
64
RUN gem install bundler --version "$BUNDLER_VERSION" \
65
65
&& bundle config --global path "$GEM_HOME" \
66
- && bundle config --global bin "$GEM_HOME/bin"
66
+ && bundle config --global bin "$GEM_HOME/bin" \
67
+ && bundle config --global silence_root_warning true
67
68
68
69
# don't create ".bundle" in all our apps
69
70
ENV BUNDLE_APP_CONFIG $GEM_HOME
Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ ENV BUNDLER_VERSION 1.11.2
35
35
36
36
RUN gem install bundler --version "$BUNDLER_VERSION" \
37
37
&& bundle config --global path "$GEM_HOME" \
38
- && bundle config --global bin "$GEM_HOME/bin"
38
+ && bundle config --global bin "$GEM_HOME/bin" \
39
+ && bundle config --global silence_root_warning true
39
40
40
41
# don't create ".bundle" in all our apps
41
42
ENV BUNDLE_APP_CONFIG $GEM_HOME
Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ ENV BUNDLER_VERSION 1.11.2
63
63
64
64
RUN gem install bundler --version "$BUNDLER_VERSION" \
65
65
&& bundle config --global path "$GEM_HOME" \
66
- && bundle config --global bin "$GEM_HOME/bin"
66
+ && bundle config --global bin "$GEM_HOME/bin" \
67
+ && bundle config --global silence_root_warning true
67
68
68
69
# don't create ".bundle" in all our apps
69
70
ENV BUNDLE_APP_CONFIG $GEM_HOME
Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ ENV BUNDLER_VERSION 1.11.2
35
35
36
36
RUN gem install bundler --version "$BUNDLER_VERSION" \
37
37
&& bundle config --global path "$GEM_HOME" \
38
- && bundle config --global bin "$GEM_HOME/bin"
38
+ && bundle config --global bin "$GEM_HOME/bin" \
39
+ && bundle config --global silence_root_warning true
39
40
40
41
# don't create ".bundle" in all our apps
41
42
ENV BUNDLE_APP_CONFIG $GEM_HOME
Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ ENV BUNDLER_VERSION 1.11.2
63
63
64
64
RUN gem install bundler --version "$BUNDLER_VERSION" \
65
65
&& bundle config --global path "$GEM_HOME" \
66
- && bundle config --global bin "$GEM_HOME/bin"
66
+ && bundle config --global bin "$GEM_HOME/bin" \
67
+ && bundle config --global silence_root_warning true
67
68
68
69
# don't create ".bundle" in all our apps
69
70
ENV BUNDLE_APP_CONFIG $GEM_HOME
You can’t perform that action at this time.
0 commit comments