From 952e9c828a122c3d5fabcb61fb9ad663cc820fb4 Mon Sep 17 00:00:00 2001 From: kongo2002 Date: Fri, 2 Sep 2016 12:41:23 +0200 Subject: [PATCH] iptables: fix tc distribution directory --- iptables/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iptables/Dockerfile b/iptables/Dockerfile index 0e3ef51..0f37e9f 100644 --- a/iptables/Dockerfile +++ b/iptables/Dockerfile @@ -5,7 +5,7 @@ FROM alpine MAINTAINER kev -RUN apk add -U iproute2 +RUN apk add -U iproute2 && ln -s /usr/lib/tc /lib/tc ENV LIMIT_PORT 8388 ENV LIMIT_CONN 5