mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
fix: explicitly adding iptables to the Dockerfile ( ref #28 )
This commit is contained in:
parent
2d9764d026
commit
5d4e0b847c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ COPY . $SRC_DIR
|
|||
WORKDIR $SRC_DIR
|
||||
|
||||
RUN apk add --update ca-certificates
|
||||
RUN apk add --no-cache --update bash build-base libpcap-dev
|
||||
RUN apk add --no-cache --update bash iptables build-base libpcap-dev
|
||||
RUN make deps
|
||||
RUN make
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue