bundle.tt

running Rails applications

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