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