This commit is contained in:
Bernhard Radermacher
2026-02-23 13:30:40 +01:00
parent a36649601b
commit fbf9f5e0c7

View File

@@ -0,0 +1,11 @@
FROM debian:trixie-slim
RUN apt-get update && \
apt-get install -y --no-install-recommends \
pgpool2 \
postgresql-client \
netcat && \
rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["/bin/bash"]