fix: fixed dockerfile

This commit is contained in:
evilsocket 2018-03-03 19:24:12 +01:00
commit 291b95b5f7

View file

@ -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