add libpq-dev

This commit is contained in:
Christoph Haas 2025-03-17 00:03:57 +01:00
parent ac46c269b3
commit dda9f5c69e
3 changed files with 75 additions and 2 deletions

View file

@ -16,7 +16,7 @@ WORKDIR /rails
# Install base packages
RUN apt-get update -qq && \
apt-get install --no-install-recommends -y curl libjemalloc2 libvips sqlite3 && \
apt-get install --no-install-recommends -y curl libjemalloc2 libvips libpq-dev && \
rm -rf /var/lib/apt/lists /var/cache/apt/archives
# Set production environment