Adding tusker
This commit is contained in:
parent
3cd620c109
commit
07acdb671e
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ RUN if [ -z "$( getent group $SRV_GID )" ] ; then groupadd -r postgres --gid=$SR
|
||||||
postgresql-15-postgis-3 postgresql-15-postgis-3-scripts \
|
postgresql-15-postgis-3 postgresql-15-postgis-3-scripts \
|
||||||
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 \
|
postgresql-15-tablelog postgresql-15-wal2json python3-pip \
|
||||||
$SRV_APT_GET_INSTALL && \
|
$SRV_APT_GET_INSTALL && \
|
||||||
apt-get clean && 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