mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 14:03:17 -07:00
fix: fixed a bug in the Dockerfile (fixes #231)
This commit is contained in:
parent
f33f804426
commit
aa5190290d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue