File tree Expand file tree Collapse file tree 25 files changed +25
-50
lines changed Expand file tree Collapse file tree 25 files changed +25
-50
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,7 @@ ENV GEM_HOME /usr/local/bundle
127
127
ENV BUNDLE_PATH="$GEM_HOME" \
128
128
BUNDLE_SILENCE_ROOT_WARNING=1 \
129
129
BUNDLE_APP_CONFIG="$GEM_HOME"
130
- # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
131
- ENV PATH $GEM_HOME/bin:$BUNDLE_PATH/gems/bin:$PATH
130
+ ENV PATH $GEM_HOME/bin:$PATH
132
131
# adjust permissions of a few directories for running "gem install" as an arbitrary user
133
132
RUN mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
134
133
# (BUNDLE_PATH = GEM_HOME, no need to mkdir/chown both)
Original file line number Diff line number Diff line change @@ -127,8 +127,7 @@ ENV GEM_HOME /usr/local/bundle
127
127
ENV BUNDLE_PATH="$GEM_HOME" \
128
128
BUNDLE_SILENCE_ROOT_WARNING=1 \
129
129
BUNDLE_APP_CONFIG="$GEM_HOME"
130
- # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
131
- ENV PATH $GEM_HOME/bin:$BUNDLE_PATH/gems/bin:$PATH
130
+ ENV PATH $GEM_HOME/bin:$PATH
132
131
# adjust permissions of a few directories for running "gem install" as an arbitrary user
133
132
RUN mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
134
133
# (BUNDLE_PATH = GEM_HOME, no need to mkdir/chown both)
Original file line number Diff line number Diff line change @@ -86,8 +86,7 @@ ENV GEM_HOME /usr/local/bundle
86
86
ENV BUNDLE_PATH="$GEM_HOME" \
87
87
BUNDLE_SILENCE_ROOT_WARNING=1 \
88
88
BUNDLE_APP_CONFIG="$GEM_HOME"
89
- # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
90
- ENV PATH $GEM_HOME/bin:$BUNDLE_PATH/gems/bin:$PATH
89
+ ENV PATH $GEM_HOME/bin:$PATH
91
90
# adjust permissions of a few directories for running "gem install" as an arbitrary user
92
91
RUN mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
93
92
# (BUNDLE_PATH = GEM_HOME, no need to mkdir/chown both)
Original file line number Diff line number Diff line change @@ -112,8 +112,7 @@ ENV GEM_HOME /usr/local/bundle
112
112
ENV BUNDLE_PATH="$GEM_HOME" \
113
113
BUNDLE_SILENCE_ROOT_WARNING=1 \
114
114
BUNDLE_APP_CONFIG="$GEM_HOME"
115
- # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
116
- ENV PATH $GEM_HOME/bin:$BUNDLE_PATH/gems/bin:$PATH
115
+ ENV PATH $GEM_HOME/bin:$PATH
117
116
# adjust permissions of a few directories for running "gem install" as an arbitrary user
118
117
RUN mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
119
118
# (BUNDLE_PATH = GEM_HOME, no need to mkdir/chown both)
Original file line number Diff line number Diff line change @@ -86,8 +86,7 @@ ENV GEM_HOME /usr/local/bundle
86
86
ENV BUNDLE_PATH="$GEM_HOME" \
87
87
BUNDLE_SILENCE_ROOT_WARNING=1 \
88
88
BUNDLE_APP_CONFIG="$GEM_HOME"
89
- # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
90
- ENV PATH $GEM_HOME/bin:$BUNDLE_PATH/gems/bin:$PATH
89
+ ENV PATH $GEM_HOME/bin:$PATH
91
90
# adjust permissions of a few directories for running "gem install" as an arbitrary user
92
91
RUN mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
93
92
# (BUNDLE_PATH = GEM_HOME, no need to mkdir/chown both)
Original file line number Diff line number Diff line change @@ -111,8 +111,7 @@ ENV GEM_HOME /usr/local/bundle
111
111
ENV BUNDLE_PATH="$GEM_HOME" \
112
112
BUNDLE_SILENCE_ROOT_WARNING=1 \
113
113
BUNDLE_APP_CONFIG="$GEM_HOME"
114
- # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
115
- ENV PATH $GEM_HOME/bin:$BUNDLE_PATH/gems/bin:$PATH
114
+ ENV PATH $GEM_HOME/bin:$PATH
116
115
# adjust permissions of a few directories for running "gem install" as an arbitrary user
117
116
RUN mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
118
117
# (BUNDLE_PATH = GEM_HOME, no need to mkdir/chown both)
Original file line number Diff line number Diff line change @@ -127,8 +127,7 @@ ENV GEM_HOME /usr/local/bundle
127
127
ENV BUNDLE_PATH="$GEM_HOME" \
128
128
BUNDLE_SILENCE_ROOT_WARNING=1 \
129
129
BUNDLE_APP_CONFIG="$GEM_HOME"
130
- # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
131
- ENV PATH $GEM_HOME/bin:$BUNDLE_PATH/gems/bin:$PATH
130
+ ENV PATH $GEM_HOME/bin:$PATH
132
131
# adjust permissions of a few directories for running "gem install" as an arbitrary user
133
132
RUN mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
134
133
# (BUNDLE_PATH = GEM_HOME, no need to mkdir/chown both)
Original file line number Diff line number Diff line change @@ -127,8 +127,7 @@ ENV GEM_HOME /usr/local/bundle
127
127
ENV BUNDLE_PATH="$GEM_HOME" \
128
128
BUNDLE_SILENCE_ROOT_WARNING=1 \
129
129
BUNDLE_APP_CONFIG="$GEM_HOME"
130
- # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
131
- ENV PATH $GEM_HOME/bin:$BUNDLE_PATH/gems/bin:$PATH
130
+ ENV PATH $GEM_HOME/bin:$PATH
132
131
# adjust permissions of a few directories for running "gem install" as an arbitrary user
133
132
RUN mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
134
133
# (BUNDLE_PATH = GEM_HOME, no need to mkdir/chown both)
Original file line number Diff line number Diff line change @@ -86,8 +86,7 @@ ENV GEM_HOME /usr/local/bundle
86
86
ENV BUNDLE_PATH="$GEM_HOME" \
87
87
BUNDLE_SILENCE_ROOT_WARNING=1 \
88
88
BUNDLE_APP_CONFIG="$GEM_HOME"
89
- # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
90
- ENV PATH $GEM_HOME/bin:$BUNDLE_PATH/gems/bin:$PATH
89
+ ENV PATH $GEM_HOME/bin:$PATH
91
90
# adjust permissions of a few directories for running "gem install" as an arbitrary user
92
91
RUN mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
93
92
# (BUNDLE_PATH = GEM_HOME, no need to mkdir/chown both)
Original file line number Diff line number Diff line change @@ -112,8 +112,7 @@ ENV GEM_HOME /usr/local/bundle
112
112
ENV BUNDLE_PATH="$GEM_HOME" \
113
113
BUNDLE_SILENCE_ROOT_WARNING=1 \
114
114
BUNDLE_APP_CONFIG="$GEM_HOME"
115
- # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
116
- ENV PATH $GEM_HOME/bin:$BUNDLE_PATH/gems/bin:$PATH
115
+ ENV PATH $GEM_HOME/bin:$PATH
117
116
# adjust permissions of a few directories for running "gem install" as an arbitrary user
118
117
RUN mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
119
118
# (BUNDLE_PATH = GEM_HOME, no need to mkdir/chown both)
You can’t perform that action at this time.
0 commit comments