Skip to content

Commit bffb6ff

Browse files
committed
Apply #289 revert to new Buster variants too
1 parent cc90ea7 commit bffb6ff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

2.5/buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN set -eux; \
8383
# install things globally, for great justice
8484
# and don't create ".bundle" in all our apps
8585
ENV GEM_HOME /usr/local/bundle
86-
ENV BUNDLE_PATH__SYSTEM=true \
86+
ENV BUNDLE_PATH="$GEM_HOME" \
8787
BUNDLE_SILENCE_ROOT_WARNING=1 \
8888
BUNDLE_APP_CONFIG="$GEM_HOME"
8989
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

2.5/buster/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ RUN set -eux; \
109109
# install things globally, for great justice
110110
# and don't create ".bundle" in all our apps
111111
ENV GEM_HOME /usr/local/bundle
112-
ENV BUNDLE_PATH__SYSTEM=true \
112+
ENV BUNDLE_PATH="$GEM_HOME" \
113113
BUNDLE_SILENCE_ROOT_WARNING=1 \
114114
BUNDLE_APP_CONFIG="$GEM_HOME"
115115
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

2.6/buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN set -eux; \
7979
# install things globally, for great justice
8080
# and don't create ".bundle" in all our apps
8181
ENV GEM_HOME /usr/local/bundle
82-
ENV BUNDLE_PATH__SYSTEM=true \
82+
ENV BUNDLE_PATH="$GEM_HOME" \
8383
BUNDLE_SILENCE_ROOT_WARNING=1 \
8484
BUNDLE_APP_CONFIG="$GEM_HOME"
8585
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

2.6/buster/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ RUN set -eux; \
105105
# install things globally, for great justice
106106
# and don't create ".bundle" in all our apps
107107
ENV GEM_HOME /usr/local/bundle
108-
ENV BUNDLE_PATH__SYSTEM=true \
108+
ENV BUNDLE_PATH="$GEM_HOME" \
109109
BUNDLE_SILENCE_ROOT_WARNING=1 \
110110
BUNDLE_APP_CONFIG="$GEM_HOME"
111111
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

0 commit comments

Comments
 (0)