We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cf0e3b + a294eec commit cc1b39eCopy full SHA for cc1b39e
Dockerfile
@@ -27,7 +27,7 @@ FROM base AS build
27
28
# Install packages needed to build gems
29
RUN apt-get update -qq && \
30
- apt-get install --no-install-recommends -y build-essential git libpq-dev pkg-config && \
+ apt-get install --no-install-recommends -y build-essential git libpq-dev libyaml-dev pkg-config && \
31
rm -rf /var/lib/apt/lists /var/cache/apt/archives
32
33
# Install application gems
0 commit comments