mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
Adding python to build for ./network/make_oui.py
This commit is contained in:
parent
45dcd3430a
commit
bb23070c24
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 iptables build-base libpcap-dev
|
||||
RUN apk add --no-cache --update bash iptables build-base libpcap-dev python
|
||||
|
||||
# As Alpine Linux uses a different folder, we need this
|
||||
# ugly hack in order to compile gopacket statically
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue