Commit 474a591 CloudNativePG Automated Updates
committed
1 parent 91a04d2 commit 474a591 Copy full SHA for 474a591
File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,9 @@ COPY requirements.txt /
32
32
RUN set -xe; \
33
33
apt-get update; \
34
34
apt-get install -y --no-install-recommends \
35
+ "postgresql-${PG_MAJOR}-pgaudit" \
35
36
"postgresql-${PG_MAJOR}-pgvector" \
37
+ "postgresql-${PG_MAJOR}-pg-failover-slots" \
36
38
; \
37
39
rm -fr /tmp/* ; \
38
40
rm -rf /var/lib/apt/lists/*;
Original file line number Diff line number Diff line change @@ -32,7 +32,9 @@ COPY requirements.txt /
32
32
RUN set -xe; \
33
33
apt-get update; \
34
34
apt-get install -y --no-install-recommends \
35
+ "postgresql-${PG_MAJOR}-pgaudit" \
35
36
"postgresql-${PG_MAJOR}-pgvector" \
37
+ "postgresql-${PG_MAJOR}-pg-failover-slots" \
36
38
; \
37
39
rm -fr /tmp/* ; \
38
40
rm -rf /var/lib/apt/lists/*;
You can’t perform that action at this time.
0 commit comments