Skip to content
Snippets Groups Projects
Commit 7d76040f authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '568-use-newer-version-of-pg_dump-in-core-image' into 'master'

Resolve "Use newer version of pg_dump in Core image"

Closes #568

See merge request !812
parents 45467c97 6255a7ad
No related branches found
No related tags found
1 merge request!812Resolve "Use newer version of pg_dump in Core image"
Pipeline #45023 failed
......@@ -20,6 +20,11 @@ Fixed
* View for assigning permissions didn't work with some global permissions.
* PDFs generated in background didn't contain logo or site title.
Changed
~~~~~~~
* Docker base image ships PostgreSQL 14 client binaries for maximum compatibility
`2.2.1_ – 2021-12-02
--------------------
......
......@@ -22,17 +22,17 @@ ENV ALEKSIS_dev__uwsgi__celery false
# Install necessary Debian and PyPI packages for build and runtime
RUN apt-get -y update && \
apt-get -y install eatmydata && \
apt-get -y install eatmydata gnupg postgresql-common && \
/usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y && \
eatmydata apt-get -y upgrade && \
eatmydata apt-get install -y --no-install-recommends \
build-essential \
chromium \
dumb-init \
gettext \
libpq5 \
libpq-dev \
libssl-dev \
postgresql-client \
postgresql-client-14 \
python3-dev \
python3-magic \
python3-pip \
......@@ -76,6 +76,7 @@ RUN set -e; \
eatmydata apt-get remove --purge -y \
build-essential \
gettext \
gnupg \
libpq-dev \
libssl-dev \
libldap2-dev \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment