Files
backstage/plugins/scaffolder-backend-module-rails/Rails.dockerfile
T
renovate[bot] af75c6f684 chore(deps): update ruby docker tag to v3.2
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-05-23 13:51:44 +00:00

8 lines
154 B
Docker

FROM ruby:3.2
RUN apt-get update -qq && \
apt-get install -y nodejs postgresql-client git && \
rm -rf /var/lib/apt/lists/
RUN gem install rails