ClickHouse/dbms/tests/integration/helpers/helper_container/Dockerfile
2017-05-22 17:56:41 +04:00

5 lines
92 B
Docker

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