Skip to content

Commit

Permalink
feat: add pg_squeeze extension by default
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
  • Loading branch information
sxd committed Jan 12, 2024
1 parent 0dea593 commit b583fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Debian/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN set -xe; \
"postgresql-${PG_MAJOR}-pgaudit" \
"postgresql-${PG_MAJOR}-pgvector" \
"postgresql-${PG_MAJOR}-pg-failover-slots" \
"postgresql-${PG_MAJOR}-squeeze" \
; \
rm -fr /tmp/* ; \
rm -rf /var/lib/apt/lists/*;
Expand Down

0 comments on commit b583fa5

Please sign in to comment.