setup.tt
Manage Ruby application dependencies (runtime)
RUN apt-get update && \
apt-get install -y ruby-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 dnf install -y rubygem-railties
RUN apt-get update && \
apt-get install -y ruby-bundler