Merge pull request #21821 from igor-alexandrov/rails-libyaml-dev

Added libyaml-dev to the Rails Dockerfile example
This commit is contained in:
David Karlsson 2025-01-15 14:19:39 +01:00 committed by GitHub
commit 9e45aa8f9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ FROM base AS build
# Install packages needed to build gems
RUN apt-get update -qq && \
apt-get install --no-install-recommends -y build-essential curl git pkg-config && \
apt-get install --no-install-recommends -y build-essential curl git pkg-config libyaml-dev && \
rm -rf /var/lib/apt/lists /var/cache/apt/archives
# Install JavaScript dependencies and Node.js for asset compilation