浏览代码

[Netfilter] python-tipbles 0.13.0 plus missing vars for 0.13.0

André 7 年之前
父节点
当前提交
26807823b4
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      data/Dockerfiles/netfilter/Dockerfile

+ 5 - 1
data/Dockerfiles/netfilter/Dockerfile

@@ -1,8 +1,12 @@
 FROM alpine:3.6
 LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
 
+ENV XTABLES_LIBDIR /usr/lib/xtables
+ENV PYTHON_IPTABLES_XTABLES_VERSION 12
+ENV IPTABLES_LIBDIR /usr/lib
+
 RUN apk add -U python2 python-dev py-pip gcc musl-dev iptables ip6tables \
-  && pip2 install --upgrade python-iptables==0.12.0 redis ipaddress \
+  && pip2 install --upgrade python-iptables==0.13.0 redis ipaddress \
   && apk del python-dev py2-pip gcc
 
 COPY server.py /