mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Whitespace! :)
This commit is contained in:
parent
7266262fab
commit
4810c0687d
8 changed files with 8 additions and 8 deletions
|
@ -36,7 +36,7 @@ ENV BUNDLER_VERSION 1.11.2
|
|||
RUN gem install bundler --version "$BUNDLER_VERSION" \
|
||||
&& bundle config --global path "$GEM_HOME" \
|
||||
&& bundle config --global bin "$GEM_HOME/bin" \
|
||||
&& bundle config --global silence_root_warning true
|
||||
&& bundle config --global silence_root_warning true
|
||||
|
||||
# don't create ".bundle" in all our apps
|
||||
ENV BUNDLE_APP_CONFIG $GEM_HOME
|
||||
|
|
|
@ -64,7 +64,7 @@ ENV BUNDLER_VERSION 1.11.2
|
|||
RUN gem install bundler --version "$BUNDLER_VERSION" \
|
||||
&& bundle config --global path "$GEM_HOME" \
|
||||
&& bundle config --global bin "$GEM_HOME/bin" \
|
||||
&& bundle config --global silence_root_warning true
|
||||
&& bundle config --global silence_root_warning true
|
||||
|
||||
# don't create ".bundle" in all our apps
|
||||
ENV BUNDLE_APP_CONFIG $GEM_HOME
|
||||
|
|
|
@ -36,7 +36,7 @@ ENV BUNDLER_VERSION 1.11.2
|
|||
RUN gem install bundler --version "$BUNDLER_VERSION" \
|
||||
&& bundle config --global path "$GEM_HOME" \
|
||||
&& bundle config --global bin "$GEM_HOME/bin" \
|
||||
&& bundle config --global silence_root_warning true
|
||||
&& bundle config --global silence_root_warning true
|
||||
|
||||
# don't create ".bundle" in all our apps
|
||||
ENV BUNDLE_APP_CONFIG $GEM_HOME
|
||||
|
|
|
@ -64,7 +64,7 @@ ENV BUNDLER_VERSION 1.11.2
|
|||
RUN gem install bundler --version "$BUNDLER_VERSION" \
|
||||
&& bundle config --global path "$GEM_HOME" \
|
||||
&& bundle config --global bin "$GEM_HOME/bin" \
|
||||
&& bundle config --global silence_root_warning true
|
||||
&& bundle config --global silence_root_warning true
|
||||
|
||||
# don't create ".bundle" in all our apps
|
||||
ENV BUNDLE_APP_CONFIG $GEM_HOME
|
||||
|
|
|
@ -36,7 +36,7 @@ ENV BUNDLER_VERSION 1.11.2
|
|||
RUN gem install bundler --version "$BUNDLER_VERSION" \
|
||||
&& bundle config --global path "$GEM_HOME" \
|
||||
&& bundle config --global bin "$GEM_HOME/bin" \
|
||||
&& bundle config --global silence_root_warning true
|
||||
&& bundle config --global silence_root_warning true
|
||||
|
||||
# don't create ".bundle" in all our apps
|
||||
ENV BUNDLE_APP_CONFIG $GEM_HOME
|
||||
|
|
|
@ -64,7 +64,7 @@ ENV BUNDLER_VERSION 1.11.2
|
|||
RUN gem install bundler --version "$BUNDLER_VERSION" \
|
||||
&& bundle config --global path "$GEM_HOME" \
|
||||
&& bundle config --global bin "$GEM_HOME/bin" \
|
||||
&& bundle config --global silence_root_warning true
|
||||
&& bundle config --global silence_root_warning true
|
||||
|
||||
# don't create ".bundle" in all our apps
|
||||
ENV BUNDLE_APP_CONFIG $GEM_HOME
|
||||
|
|
|
@ -36,7 +36,7 @@ ENV BUNDLER_VERSION 1.11.2
|
|||
RUN gem install bundler --version "$BUNDLER_VERSION" \
|
||||
&& bundle config --global path "$GEM_HOME" \
|
||||
&& bundle config --global bin "$GEM_HOME/bin" \
|
||||
&& bundle config --global silence_root_warning true
|
||||
&& bundle config --global silence_root_warning true
|
||||
|
||||
# don't create ".bundle" in all our apps
|
||||
ENV BUNDLE_APP_CONFIG $GEM_HOME
|
||||
|
|
|
@ -64,7 +64,7 @@ ENV BUNDLER_VERSION 1.11.2
|
|||
RUN gem install bundler --version "$BUNDLER_VERSION" \
|
||||
&& bundle config --global path "$GEM_HOME" \
|
||||
&& bundle config --global bin "$GEM_HOME/bin" \
|
||||
&& bundle config --global silence_root_warning true
|
||||
&& bundle config --global silence_root_warning true
|
||||
|
||||
# don't create ".bundle" in all our apps
|
||||
ENV BUNDLE_APP_CONFIG $GEM_HOME
|
||||
|
|
Loading…
Reference in a new issue