We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cc956 commit 511a3c5Copy full SHA for 511a3c5
Dockerfile
@@ -19,7 +19,7 @@ FROM base as build
19
20
# Install packages needed to build gems
21
RUN apt-get update -qq && \
22
- apt-get install --no-install-recommends -y build-essential git libpq-dev libvips pkg-config
+ apt-get install --no-install-recommends -y build-essential git libpq-dev libvips libyaml-dev pkg-config
23
24
# Install application gems
25
COPY Gemfile Gemfile.lock ./
0 commit comments