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 \ apt-get install -y --no-install-recommends \
pgpool2 \ pgpool2 \
postgresql-client \ postgresql-client \
netcat && \ # netcat \
&& \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["/bin/bash"] ENTRYPOINT ["/bin/bash"]