mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
5 lines
92 B
Docker
5 lines
92 B
Docker
# Helper docker container to run iptables without sudo
|
|
|
|
FROM alpine
|
|
RUN apk add -U iproute2
|