We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7edfc commit dc7622aCopy full SHA for dc7622a
1 file changed
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 libvips pkg-config
+ apt-get install --no-install-recommends -y build-essential git libvips libyaml-dev pkg-config
23
24
# Install application gems
25
COPY Gemfile Gemfile.lock ./
0 commit comments