mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 03:25:15 +00:00
6 lines
142 B
Docker
6 lines
142 B
Docker
# docker build -t clickhouse/integration-helper .
|
|
# Helper docker container to run iptables without sudo
|
|
|
|
FROM alpine
|
|
RUN apk add -U iproute2
|