This commit is contained in:
Bernhard Radermacher
2026-02-23 15:59:17 +01:00
parent b3033cee07
commit 314194a6dd
3 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
pgpool2 \
postgresql-client \
# netcat \
iproute2 \
&& \
rm -rf /var/lib/apt/lists/*