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 fe0f6df commit 6bd9c8bCopy full SHA for 6bd9c8b
samples/rails/app/Dockerfile
@@ -18,7 +18,7 @@ FROM base as build
18
19
# Install packages needed to build gems
20
RUN apt-get update -qq && \
21
- 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 libpq-dev
22
23
# Set bundler config to force ruby platform
24
RUN bundle config set force_ruby_platform true
0 commit comments