ClickHouse/dbms/tests/integration/helpers/helper_container/Dockerfile

5 lines
92 B
Docker
Raw Normal View History

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