add pgpool

This commit is contained in:
Bernhard Radermacher
2026-02-25 15:39:40 +01:00
parent 3b48965afe
commit d28300e84c
2 changed files with 8 additions and 2 deletions

View File

@@ -6,6 +6,12 @@ RUN mkdir -p "$PGDATA" && \
mkdir -p /var/run/postgresql && \
chmod 03755 /var/run/postgresql
RUN apt-get update && \
apt-get install -y --no-install-recommends \
postgresql-15-pgpool2 \
&& \
rm -rf /var/lib/apt/lists/* && \
RUN apt-get update && \
apt-get install -y --no-install-recommends \
openssh-server \