mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
fix: fixed dockerfile
This commit is contained in:
parent
752bb58021
commit
291b95b5f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue