From aa5190290df735369010856820f3cef12fa7bb5b Mon Sep 17 00:00:00 2001 From: evilsocket Date: Wed, 18 Apr 2018 03:04:58 +0200 Subject: [PATCH] fix: fixed a bug in the Dockerfile (fixes #231) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d05fc8d7..1ca751d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV GOPATH=/gocode ENV SRC_DIR=/gocode/src/github.com/bettercap/bettercap RUN apk add --update ca-certificates -RUN apk add --no-cache --update bash iptables wireless-tools build-base libpcap-dev git python py-six +RUN apk add --no-cache --update bash iptables wireless-tools build-base libpcap-dev linux-headers libnetfilter_queue-dev git python py-six WORKDIR $SRC_DIR ADD . $SRC_DIR