# Runs the verification agent against the mock server. The agent spawns # ephemeral Postgres containers on the host daemon (docker socket mounted by # compose); docker-cli here is for the e2e scripts themselves (leak_check # inspects containers/networks/volumes by label after each terminal outcome). FROM debian:bookworm-slim RUN apt-get update && \ apt-get install -y --no-install-recommends \ ca-certificates curl docker.io jq && \ rm -rf /var/lib/apt/lists/* WORKDIR /tmp ENTRYPOINT []