Skip to content

Commit 6bd9c8b

Browse files
add libpq-dev to production image
1 parent fe0f6df commit 6bd9c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/rails/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM base as build
1818

1919
# Install packages needed to build gems
2020
RUN apt-get update -qq && \
21-
apt-get install --no-install-recommends -y build-essential git libvips pkg-config
21+
apt-get install --no-install-recommends -y build-essential git libvips pkg-config libpq-dev
2222

2323
# Set bundler config to force ruby platform
2424
RUN bundle config set force_ruby_platform true

0 commit comments

Comments
 (0)