1
0
Fork 0
mirror of https://github.com/docker-library/ruby.git synced 2022-11-09 11:41:34 -05:00

Add default command

This commit is contained in:
Joe Ferguson 2014-08-12 18:09:49 -06:00
parent 4e94b39f5b
commit 21a9f1094c
2 changed files with 4 additions and 0 deletions

View file

@ -23,3 +23,5 @@ RUN apt-get update \
RUN echo 'gem: --no-rdoc --no-ri' >> /.gemrc
RUN gem install bundler
CMD [ "irb" ]

View file

@ -23,3 +23,5 @@ RUN apt-get update \
RUN echo 'gem: --no-rdoc --no-ri' >> /.gemrc
RUN gem install bundler
CMD [ "irb" ]