rake
A Make-like program for Ruby. Tasks for rake are specified in a Rakefile. More information: <https://ruby.github.io/rake>.
RUN apt-get update && \
apt-get install -y rake
RUN apt-get update && \
apt-get install -y rake
RUN pacman -S --noconfirm rubygem-rake
RUN apt-get update && \
apt-get install -y rake
RUN yum install -y rubygem-rake
RUN dnf install -y rubygem-rake
RUN apt-get update && \
apt-get install -y rake