Add missing libyaml dependency in Docker image

This commit is contained in:
Kevin McConnell
2025-01-14 17:36:45 +00:00
parent bab5bc718d
commit b5f4f7015e
+1 -1
View File
@@ -19,7 +19,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 git libvips pkg-config
apt-get install --no-install-recommends -y build-essential git libvips pkg-config libyaml-dev
# Install application gems
COPY Gemfile Gemfile.lock .ruby-version ./