setup.tt

Manage Ruby application dependencies (runtime)

Debian Debian
RUN apt-get update && \ apt-get install -y ruby-bundler
Ubuntu
RUN apt-get update && \ apt-get install -y ruby-bundler
Alpine
RUN apk add ruby-bundler
Arch Arch Linux
RUN pacman -S --noconfirm ruby-bundler
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ruby-bundler
Fedora
RUN dnf install -y rubygem-railties
Raspbian
RUN apt-get update && \ apt-get install -y ruby-bundler
click the source code to copy install setup.tt on any operating system with command-not-found.com