diff --git a/Debian/17/bookworm/Dockerfile b/Debian/17/bookworm/Dockerfile index 62a3baad..6b4deaf0 100644 --- a/Debian/17/bookworm/Dockerfile +++ b/Debian/17/bookworm/Dockerfile @@ -32,7 +32,9 @@ COPY requirements.txt / RUN set -xe; \ apt-get update; \ apt-get install -y --no-install-recommends \ + "postgresql-${PG_MAJOR}-pgaudit" \ "postgresql-${PG_MAJOR}-pgvector" \ + "postgresql-${PG_MAJOR}-pg-failover-slots" \ ; \ rm -fr /tmp/* ; \ rm -rf /var/lib/apt/lists/*; diff --git a/Debian/17/bullseye/Dockerfile b/Debian/17/bullseye/Dockerfile index ff94e38a..f727ff93 100644 --- a/Debian/17/bullseye/Dockerfile +++ b/Debian/17/bullseye/Dockerfile @@ -32,7 +32,9 @@ COPY requirements.txt / RUN set -xe; \ apt-get update; \ apt-get install -y --no-install-recommends \ + "postgresql-${PG_MAJOR}-pgaudit" \ "postgresql-${PG_MAJOR}-pgvector" \ + "postgresql-${PG_MAJOR}-pg-failover-slots" \ ; \ rm -fr /tmp/* ; \ rm -rf /var/lib/apt/lists/*;