mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
Merge pull request #108 from JacobReynolds/master
Fixing python requirements in Docker build
This commit is contained in:
commit
a6e6c2fa3a
2 changed files with 2 additions and 2 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
|
||||
|
|
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ build: resources
|
|||
resources: oui
|
||||
|
||||
oui:
|
||||
@./network/make_oui.py
|
||||
@python ./network/make_oui.py
|
||||
|
||||
vet:
|
||||
@go vet ./...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue