Skip to content

Commit

Permalink
fix: with bashenv?
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfedr committed May 16, 2024
1 parent 315e27e commit 20cf6a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,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"
##</ruby-bundler>##

0 comments on commit 20cf6a4

Please sign in to comment.