I\'m trying to dockerize an existing Ruby on Rails app following this repo as a sort of template.
Here is my Dockerfile
ARG RUBY_VERSION FROM ruby:$RUB