mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-14 11:23:34 +02:00
Merge pull request #25 from kongo2002/fix-tc-distribution-dir
iptables: fix tc distribution directory
This commit is contained in:
commit
8ff0a14dba
@ -5,7 +5,7 @@
|
||||
FROM alpine
|
||||
MAINTAINER kev <noreply@easypi.info>
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user