diff --git a/32-emulator/Dockerfile b/32-emulator/Dockerfile index 175d83e..f3b97d5 100644 --- a/32-emulator/Dockerfile +++ b/32-emulator/Dockerfile @@ -109,4 +109,5 @@ RUN apt-get update \ && echo -e "source /usr/local/rvm/scripts/rvm\n$(cat /etc/bash.bashrc)" >/etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default +ENV BASH_ENV="/usr/local/rvm/scripts/rvm" #### diff --git a/32-jdk17/Dockerfile b/32-jdk17/Dockerfile index 58acdfe..ee6faff 100644 --- a/32-jdk17/Dockerfile +++ b/32-jdk17/Dockerfile @@ -88,4 +88,5 @@ RUN apt-get update \ && echo -e "source /usr/local/rvm/scripts/rvm\n$(cat /etc/bash.bashrc)" >/etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default +ENV BASH_ENV="/usr/local/rvm/scripts/rvm" #### diff --git a/32-ndk/Dockerfile b/32-ndk/Dockerfile index 9bf7a9e..ec5e977 100644 --- a/32-ndk/Dockerfile +++ b/32-ndk/Dockerfile @@ -94,4 +94,5 @@ RUN apt-get update \ && echo -e "source /usr/local/rvm/scripts/rvm\n$(cat /etc/bash.bashrc)" >/etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default +ENV BASH_ENV="/usr/local/rvm/scripts/rvm" #### diff --git a/32-stf-client/Dockerfile b/32-stf-client/Dockerfile index 2494bb0..4633cec 100644 --- a/32-stf-client/Dockerfile +++ b/32-stf-client/Dockerfile @@ -107,4 +107,5 @@ RUN apt-get update \ && echo -e "source /usr/local/rvm/scripts/rvm\n$(cat /etc/bash.bashrc)" >/etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default +ENV BASH_ENV="/usr/local/rvm/scripts/rvm" #### diff --git a/32/Dockerfile b/32/Dockerfile index e324952..bbef90c 100644 --- a/32/Dockerfile +++ b/32/Dockerfile @@ -88,4 +88,5 @@ RUN apt-get update \ && echo -e "source /usr/local/rvm/scripts/rvm\n$(cat /etc/bash.bashrc)" >/etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default +ENV BASH_ENV="/usr/local/rvm/scripts/rvm" #### diff --git a/33-emulator/Dockerfile b/33-emulator/Dockerfile index f11f8e2..006b8e7 100644 --- a/33-emulator/Dockerfile +++ b/33-emulator/Dockerfile @@ -109,4 +109,5 @@ RUN apt-get update \ && echo -e "source /usr/local/rvm/scripts/rvm\n$(cat /etc/bash.bashrc)" >/etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default +ENV BASH_ENV="/usr/local/rvm/scripts/rvm" #### diff --git a/33-jdk17/Dockerfile b/33-jdk17/Dockerfile index 53a0cf2..b68d639 100644 --- a/33-jdk17/Dockerfile +++ b/33-jdk17/Dockerfile @@ -88,4 +88,5 @@ RUN apt-get update \ && echo -e "source /usr/local/rvm/scripts/rvm\n$(cat /etc/bash.bashrc)" >/etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default +ENV BASH_ENV="/usr/local/rvm/scripts/rvm" #### diff --git a/33-ndk/Dockerfile b/33-ndk/Dockerfile index faf29e4..c2480f1 100644 --- a/33-ndk/Dockerfile +++ b/33-ndk/Dockerfile @@ -94,4 +94,5 @@ RUN apt-get update \ && echo -e "source /usr/local/rvm/scripts/rvm\n$(cat /etc/bash.bashrc)" >/etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default +ENV BASH_ENV="/usr/local/rvm/scripts/rvm" #### diff --git a/33-stf-client/Dockerfile b/33-stf-client/Dockerfile index 066be20..72f756d 100644 --- a/33-stf-client/Dockerfile +++ b/33-stf-client/Dockerfile @@ -107,4 +107,5 @@ RUN apt-get update \ && echo -e "source /usr/local/rvm/scripts/rvm\n$(cat /etc/bash.bashrc)" >/etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default +ENV BASH_ENV="/usr/local/rvm/scripts/rvm" #### diff --git a/33/Dockerfile b/33/Dockerfile index 6f266cc..522c297 100644 --- a/33/Dockerfile +++ b/33/Dockerfile @@ -88,4 +88,5 @@ RUN apt-get update \ && echo -e "source /usr/local/rvm/scripts/rvm\n$(cat /etc/bash.bashrc)" >/etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default +ENV BASH_ENV="/usr/local/rvm/scripts/rvm" #### diff --git a/34-emulator/Dockerfile b/34-emulator/Dockerfile index bdb92c7..0acf75d 100644 --- a/34-emulator/Dockerfile +++ b/34-emulator/Dockerfile @@ -109,4 +109,5 @@ RUN apt-get update \ && echo -e "source /usr/local/rvm/scripts/rvm\n$(cat /etc/bash.bashrc)" >/etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default +ENV BASH_ENV="/usr/local/rvm/scripts/rvm" #### diff --git a/34-jdk11/Dockerfile b/34-jdk11/Dockerfile index 6f48537..d664859 100644 --- a/34-jdk11/Dockerfile +++ b/34-jdk11/Dockerfile @@ -88,4 +88,5 @@ RUN apt-get update \ && echo -e "source /usr/local/rvm/scripts/rvm\n$(cat /etc/bash.bashrc)" >/etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default +ENV BASH_ENV="/usr/local/rvm/scripts/rvm" #### diff --git a/34-ndk/Dockerfile b/34-ndk/Dockerfile index 7d52a22..2100ed3 100644 --- a/34-ndk/Dockerfile +++ b/34-ndk/Dockerfile @@ -94,4 +94,5 @@ RUN apt-get update \ && echo -e "source /usr/local/rvm/scripts/rvm\n$(cat /etc/bash.bashrc)" >/etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default +ENV BASH_ENV="/usr/local/rvm/scripts/rvm" #### diff --git a/34-stf-client/Dockerfile b/34-stf-client/Dockerfile index 0db5ab8..3bfca7e 100644 --- a/34-stf-client/Dockerfile +++ b/34-stf-client/Dockerfile @@ -107,4 +107,5 @@ RUN apt-get update \ && echo -e "source /usr/local/rvm/scripts/rvm\n$(cat /etc/bash.bashrc)" >/etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default +ENV BASH_ENV="/usr/local/rvm/scripts/rvm" #### diff --git a/34/Dockerfile b/34/Dockerfile index 57825ee..41f67e4 100644 --- a/34/Dockerfile +++ b/34/Dockerfile @@ -88,4 +88,5 @@ RUN apt-get update \ && echo -e "source /usr/local/rvm/scripts/rvm\n$(cat /etc/bash.bashrc)" >/etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default +ENV BASH_ENV="/usr/local/rvm/scripts/rvm" ####