Return to using postgresql-client in Dockerfile

This commit is contained in:
Eugene Burmakin
2025-05-19 21:42:28 +02:00
parent 6e0a514444
commit 3cea7db88f
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ ENV SIDEKIQ_PASSWORD=password
RUN apt-get update -qq && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential \
git \
postgresql-client \
libpq-dev \
libxml2-dev \
libxslt-dev \