Added libyaml-dev to the Rails Dockerfile example

This commit is contained in:
Igor Alexandrov 2025-01-15 10:52:03 +04:00
parent 37b37c0928
commit 98972aa72d
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