With tusker (will be removed)
This commit is contained in:
parent
07acdb671e
commit
f175e68489
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ RUN if [ -z "$( getent group $SRV_GID )" ] ; then groupadd -r postgres --gid=$SR
|
||||||
postgresql-15-repack postgresql-15-set-user postgresql-15-similarity \
|
postgresql-15-repack postgresql-15-set-user postgresql-15-similarity \
|
||||||
postgresql-15-pgpool2 postgresql-15-semver postgresql-15-repmgr \
|
postgresql-15-pgpool2 postgresql-15-semver postgresql-15-repmgr \
|
||||||
postgresql-15-tablelog postgresql-15-wal2json python3-pip \
|
postgresql-15-tablelog postgresql-15-wal2json python3-pip \
|
||||||
$SRV_APT_GET_INSTALL && \
|
$SRV_APT_GET_INSTALL && pip install tusker && \
|
||||||
apt-get clean && rm -rf ~/.cache && rm -rf /var/lib/apt/lists/*
|
apt-get clean && rm -rf ~/.cache && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV PATH="/usr/lib/postgresql/15/bin:$PATH"
|
ENV PATH="/usr/lib/postgresql/15/bin:$PATH"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue