FROM ruby:2.7.1
RUN gem update --system
ENV BUNDLER_VERSION='2.1.4'
RUN gem install bundler --no-document -v '2.1.4'
# RUN gem install rails
RUN apt-get update -qq && apt-get -y upgrade
RUN apt-get -y install curl gnupg cmake
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN apt-get -y install nodejs
RUN npm install
RUN npm install -g yarn
RUN yarn install --check-files
RUN yarn --verify-tree
RUN gem install foreman
RUN gem install puma
Content type
Image
Digest
Size
368 MB
Last updated
over 6 years ago
docker pull reploy/ruby