fix: explicitly adding iptables to the Dockerfile ( ref #28 )

This commit is contained in:
evilsocket 2018-02-06 16:02:50 +01:00
commit 5d4e0b847c

View file

@ -8,7 +8,7 @@ COPY . $SRC_DIR
WORKDIR $SRC_DIR
RUN apk add --update ca-certificates
RUN apk add --no-cache --update bash build-base libpcap-dev
RUN apk add --no-cache --update bash iptables build-base libpcap-dev
RUN make deps
RUN make