mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +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
|