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:
parent
4e94b39f5b
commit
21a9f1094c
2 changed files with 4 additions and 0 deletions
|
@ -23,3 +23,5 @@ RUN apt-get update \
|
|||
RUN echo 'gem: --no-rdoc --no-ri' >> /.gemrc
|
||||
|
||||
RUN gem install bundler
|
||||
|
||||
CMD [ "irb" ]
|
||||
|
|
|
@ -23,3 +23,5 @@ RUN apt-get update \
|
|||
RUN echo 'gem: --no-rdoc --no-ri' >> /.gemrc
|
||||
|
||||
RUN gem install bundler
|
||||
|
||||
CMD [ "irb" ]
|
||||
|
|
Loading…
Reference in a new issue