irb
Interactive Ruby shell. Evaluate Ruby code read from stdin. More information: <https://docs.ruby-lang.org/en/master/IRB.html>.
RUN apt-get update && \
apt-get install -y ruby-irb
RUN apt-get update && \
apt-get install -y ruby-irb
RUN apk add ruby-irb
RUN pacman -S --noconfirm ruby-irb
RUN apt-get update && \
apt-get install -y ruby-irb
RUN yum install -y ruby-irb
RUN dnf install -y ruby-irb
RUN apt-get update && \
apt-get install -y ruby-irb