ClickHouse/docker/test/integration/helper_container/Dockerfile

6 lines
142 B
Docker
Raw Normal View History

2021-09-06 11:33:39 +00:00
# docker build -t clickhouse/integration-helper .
# Helper docker container to run iptables without sudo
FROM alpine
RUN apk add -U iproute2