Add missing libyaml dependency in Docker image
This commit is contained in:
+1
-1
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user