File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ FROM base AS build
2727
2828# Install packages needed to build gems
2929RUN apt-get update -qq && \
30- apt-get install --no-install-recommends -y build-essential git pkg-config && \
30+ apt-get install --no-install-recommends -y build-essential git libyaml-dev pkg-config && \
3131 rm -rf /var/lib/apt/lists /var/cache/apt/archives
3232
3333# Install application gems
Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22
33# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
4- gem "rails" , "~> 7.2.2" , ">= 7.2.2.2 "
4+ gem "rails" , "~> 7.2.3 "
55# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
66gem "sprockets-rails"
77# Use sqlite3 as the database for Active Record
You can’t perform that action at this time.
0 commit comments