We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc0fbf commit 7f97c65Copy full SHA for 7f97c65
1 file changed
api/Dockerfile
@@ -16,7 +16,7 @@ WORKDIR /rails
16
17
# Install base packages
18
RUN apt-get update -qq && \
19
- apt-get install --no-install-recommends -y curl libjemalloc2 libvips sqlite3 && \
+ apt-get install --no-install-recommends -y curl libjemalloc2 libvips sqlite3 libpq5 && \
20
rm -rf /var/lib/apt/lists /var/cache/apt/archives
21
22
# Set production environment
@@ -30,7 +30,7 @@ FROM base AS build
30
31
# Install packages needed to build gems
32
33
- apt-get install --no-install-recommends -y build-essential git libyaml-dev pkg-config && \
+ apt-get install --no-install-recommends -y build-essential git libyaml-dev pkg-config libpq-dev && \
34
35
36
# Install application gems
0 commit comments