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