bundle
Dependency manager for the Ruby programming language. More information: <https://bundler.io/man/bundle.1.html>.
RUN apt-get update && \
apt-get install -y bundler
RUN apt-get update && \
apt-get install -y ruby-railties-4.0
RUN apk add ruby-bundler
RUN pacman -S --noconfirm plan9port
RUN apt-get update && \
apt-get install -y dradis
RUN yum install -y ruby-bundler
RUN dnf install -y ruby-bundler
RUN apt-get update && \
apt-get install -y ruby-railties-4.0