bundler
Dependency manager for the Ruby programming language. bundler is a common name for the command bundle, but not a command itself. 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-bundler
RUN apk add ruby-bundler
RUN pacman -S --noconfirm ruby-bundler
RUN apt-get update && \
apt-get install -y ruby-bundler
RUN yum install -y ruby-bundler
RUN dnf install -y ruby-bundler
RUN apt-get update && \
apt-get install -y bundler