Skip to content
Snippets Groups Projects
Verified Commit 0e2ec28f authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Docker] Use PostgreSQL 14 client binaries for maximum compatibility

parent 459123e3
No related branches found
No related tags found
1 merge request!812Resolve "Use newer version of pg_dump in Core image"
......@@ -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