Skip to content

Commit

Permalink
fix: ruby cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfedr committed May 13, 2024
1 parent b9cfea3 commit 627e72c
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 32 deletions.
5 changes: 3 additions & 2 deletions 32-emulator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ RUN apt-get update \
&& curl -sSL https://get.rvm.io | bash -s stable --ruby --without-gems="rvm rubygems-bundler" \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler:1.17.3 --force --no-document
SHELL [ "/bin/bash", "-l", "-c" ]
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
##</ruby-bundler>##
5 changes: 3 additions & 2 deletions 32-jdk17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ RUN apt-get update \
&& curl -sSL https://get.rvm.io | bash -s stable --ruby --without-gems="rvm rubygems-bundler" \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler:1.17.3 --force --no-document
SHELL [ "/bin/bash", "-l", "-c" ]
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
##</ruby-bundler>##
5 changes: 3 additions & 2 deletions 32-ndk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ RUN apt-get update \
&& curl -sSL https://get.rvm.io | bash -s stable --ruby --without-gems="rvm rubygems-bundler" \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler:1.17.3 --force --no-document
SHELL [ "/bin/bash", "-l", "-c" ]
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
##</ruby-bundler>##
5 changes: 3 additions & 2 deletions 32-stf-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ RUN apt-get update \
&& curl -sSL https://get.rvm.io | bash -s stable --ruby --without-gems="rvm rubygems-bundler" \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler:1.17.3 --force --no-document
SHELL [ "/bin/bash", "-l", "-c" ]
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
##</ruby-bundler>##
5 changes: 3 additions & 2 deletions 32/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ RUN apt-get update \
&& curl -sSL https://get.rvm.io | bash -s stable --ruby --without-gems="rvm rubygems-bundler" \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler:1.17.3 --force --no-document
SHELL [ "/bin/bash", "-l", "-c" ]
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
##</ruby-bundler>##
5 changes: 3 additions & 2 deletions 33-emulator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ RUN apt-get update \
&& curl -sSL https://get.rvm.io | bash -s stable --ruby --without-gems="rvm rubygems-bundler" \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler:1.17.3 --force --no-document
SHELL [ "/bin/bash", "-l", "-c" ]
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
##</ruby-bundler>##
5 changes: 3 additions & 2 deletions 33-jdk17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ RUN apt-get update \
&& curl -sSL https://get.rvm.io | bash -s stable --ruby --without-gems="rvm rubygems-bundler" \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler:1.17.3 --force --no-document
SHELL [ "/bin/bash", "-l", "-c" ]
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
##</ruby-bundler>##
5 changes: 3 additions & 2 deletions 33-ndk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ RUN apt-get update \
&& curl -sSL https://get.rvm.io | bash -s stable --ruby --without-gems="rvm rubygems-bundler" \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler:1.17.3 --force --no-document
SHELL [ "/bin/bash", "-l", "-c" ]
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
##</ruby-bundler>##
5 changes: 3 additions & 2 deletions 33-stf-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ RUN apt-get update \
&& curl -sSL https://get.rvm.io | bash -s stable --ruby --without-gems="rvm rubygems-bundler" \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler:1.17.3 --force --no-document
SHELL [ "/bin/bash", "-l", "-c" ]
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
##</ruby-bundler>##
5 changes: 3 additions & 2 deletions 33/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ RUN apt-get update \
&& curl -sSL https://get.rvm.io | bash -s stable --ruby --without-gems="rvm rubygems-bundler" \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler:1.17.3 --force --no-document
SHELL [ "/bin/bash", "-l", "-c" ]
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
##</ruby-bundler>##
5 changes: 3 additions & 2 deletions 34-emulator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ RUN apt-get update \
&& curl -sSL https://get.rvm.io | bash -s stable --ruby --without-gems="rvm rubygems-bundler" \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler:1.17.3 --force --no-document
SHELL [ "/bin/bash", "-l", "-c" ]
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
##</ruby-bundler>##
5 changes: 3 additions & 2 deletions 34-jdk11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ RUN apt-get update \
&& curl -sSL https://get.rvm.io | bash -s stable --ruby --without-gems="rvm rubygems-bundler" \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler:1.17.3 --force --no-document
SHELL [ "/bin/bash", "-l", "-c" ]
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
##</ruby-bundler>##
5 changes: 3 additions & 2 deletions 34-ndk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ RUN apt-get update \
&& curl -sSL https://get.rvm.io | bash -s stable --ruby --without-gems="rvm rubygems-bundler" \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler:1.17.3 --force --no-document
SHELL [ "/bin/bash", "-l", "-c" ]
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
##</ruby-bundler>##
5 changes: 3 additions & 2 deletions 34-stf-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ RUN apt-get update \
&& curl -sSL https://get.rvm.io | bash -s stable --ruby --without-gems="rvm rubygems-bundler" \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler:1.17.3 --force --no-document
SHELL [ "/bin/bash", "-l", "-c" ]
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
##</ruby-bundler>##
5 changes: 3 additions & 2 deletions 34/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ RUN apt-get update \
&& curl -sSL https://get.rvm.io | bash -s stable --ruby --without-gems="rvm rubygems-bundler" \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler:1.17.3 --force --no-document
SHELL [ "/bin/bash", "-l", "-c" ]
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
##</ruby-bundler>##
5 changes: 3 additions & 2 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ RUN apt-get update \
&& curl -sSL https://get.rvm.io | bash -s stable --ruby --without-gems="rvm rubygems-bundler" \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler:1.17.3 --force --no-document
SHELL [ "/bin/bash", "-l", "-c" ]
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
##</ruby-bundler>##

0 comments on commit 627e72c

Please sign in to comment.