From 291b95b5f7b7ab7c090567c97fcf113f1df74718 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sat, 3 Mar 2018 19:24:12 +0100 Subject: [PATCH] fix: fixed dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 98f1e2d5..8b23568f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV SRC_DIR=/gocode/src/github.com/bettercap/bettercap # ugly hack in order to compile gopacket statically # https://github.com/bettercap/bettercap/issues/106 RUN apk add --update ca-certificates && \ -apk add --no-cache --update bash iptables wireless-tools build-base libpcap-dev git python && \ +apk add --no-cache --update bash iptables wireless-tools build-base libpcap-dev git python py-six && \ mkdir -p /usr/lib/x86_64-linux-gnu/ && \ cp /usr/lib/libpcap.a /usr/lib/x86_64-linux-gnu/libpcap.a