From b5f4f7015e5045fd34e2b1fd5a3d859eb8ccf0f2 Mon Sep 17 00:00:00 2001 From: Kevin McConnell Date: Tue, 14 Jan 2025 17:36:45 +0000 Subject: [PATCH] Add missing libyaml dependency in Docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f63354869..e4032fd98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ./