mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 17:51:39 -05:00
Return to using postgresql-client in Dockerfile
This commit is contained in:
parent
6e0a514444
commit
3cea7db88f
2 changed files with 2 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ ENV SELF_HOSTED=true
|
|||
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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue