This commit is contained in:
Bernhard Radermacher
2026-02-23 13:32:50 +01:00
parent fbf9f5e0c7
commit 1cc17867c4

View File

@@ -4,7 +4,8 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
pgpool2 \
postgresql-client \
netcat && \
# netcat \
&& \
rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["/bin/bash"]