FROM alpine:3.22

# add tools needed by e2e containers and health checks
RUN apk add --no-cache iptables curl netcat-openbsd python3
