ClickHouse/docker/test/integration/helper_container/Dockerfile

5 lines
92 B
Docker

# Helper docker container to run iptables without sudo
FROM alpine
RUN apk add -U iproute2