Skip to content

Commit 3434d23

Browse files
committed
feat: add pg_squeeze extension by default
Signed-off-by: Jonathan Gonzalez V <[email protected]>
1 parent 49e6067 commit 3434d23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Debian/Dockerfile.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RUN set -xe; \
3535
"postgresql-${PG_MAJOR}-pgaudit" \
3636
"postgresql-${PG_MAJOR}-pgvector" \
3737
"postgresql-${PG_MAJOR}-pg-failover-slots" \
38+
"postgresql-${PG_MAJOR}-squeeze" \
3839
; \
3940
rm -fr /tmp/* ; \
4041
rm -rf /var/lib/apt/lists/*;

0 commit comments

Comments
 (0)