Skip to content

Commit

Permalink
fix: cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfedr committed May 16, 2024
1 parent 1cab5a7 commit 23e75b4
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions 32-emulator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ RUN apt-get update \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ]
CMD [ "/bin/bash", "-l" ]
##</ruby-bundler>##
4 changes: 2 additions & 2 deletions 32-jdk17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ RUN apt-get update \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ]
CMD [ "/bin/bash", "-l" ]
##</ruby-bundler>##
4 changes: 2 additions & 2 deletions 32-ndk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ RUN apt-get update \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ]
CMD [ "/bin/bash", "-l" ]
##</ruby-bundler>##
4 changes: 2 additions & 2 deletions 32-stf-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ RUN apt-get update \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ]
CMD [ "/bin/bash", "-l" ]
##</ruby-bundler>##
4 changes: 2 additions & 2 deletions 32/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ RUN apt-get update \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ]
CMD [ "/bin/bash", "-l" ]
##</ruby-bundler>##
4 changes: 2 additions & 2 deletions 33-emulator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ RUN apt-get update \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ]
CMD [ "/bin/bash", "-l" ]
##</ruby-bundler>##
4 changes: 2 additions & 2 deletions 33-jdk17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ RUN apt-get update \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ]
CMD [ "/bin/bash", "-l" ]
##</ruby-bundler>##
4 changes: 2 additions & 2 deletions 33-ndk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ RUN apt-get update \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ]
CMD [ "/bin/bash", "-l" ]
##</ruby-bundler>##
4 changes: 2 additions & 2 deletions 33-stf-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ RUN apt-get update \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ]
CMD [ "/bin/bash", "-l" ]
##</ruby-bundler>##
4 changes: 2 additions & 2 deletions 33/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ RUN apt-get update \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ]
CMD [ "/bin/bash", "-l" ]
##</ruby-bundler>##
4 changes: 2 additions & 2 deletions 34-emulator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ RUN apt-get update \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ]
CMD [ "/bin/bash", "-l" ]
##</ruby-bundler>##
4 changes: 2 additions & 2 deletions 34-jdk11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ RUN apt-get update \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ]
CMD [ "/bin/bash", "-l" ]
##</ruby-bundler>##
4 changes: 2 additions & 2 deletions 34-ndk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ RUN apt-get update \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ]
CMD [ "/bin/bash", "-l" ]
##</ruby-bundler>##
4 changes: 2 additions & 2 deletions 34-stf-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ RUN apt-get update \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ]
CMD [ "/bin/bash", "-l" ]
##</ruby-bundler>##
4 changes: 2 additions & 2 deletions 34/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ RUN apt-get update \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ]
CMD [ "/bin/bash", "-l" ]
##</ruby-bundler>##
4 changes: 2 additions & 2 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@ RUN apt-get update \
&& echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \
&& source /usr/local/rvm/scripts/rvm \
&& gem install bundler -v '~> 1.0' --force --no-document --default
SHELL [ "/bin/bash", "-lc" ]
CMD [ "/bin/bash", "-lc" ]
SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ]
CMD [ "/bin/bash", "-l" ]
##</ruby-bundler>##

0 comments on commit 23e75b4

Please sign in to comment.