ClickHouse/docker/test/integration/helper_container/Dockerfile

6 lines
149 B
Docker
Raw Normal View History

# docker build -t yandex/clickhouse-integration-helper .
# Helper docker container to run iptables without sudo
FROM alpine
RUN apk add -U iproute2