mirror of
https://github.com/bettercap/bettercap
synced 2025-07-05 12:36:40 -07:00
Update Dockerfile
Add iw to docker image
This commit is contained in:
parent
8eedf6d90c
commit
0ea1dec113
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ RUN git clone https://github.com/bettercap/caplets /usr/local/share/bettercap/ca
|
|||
# final stage
|
||||
FROM alpine:3.20
|
||||
RUN apk add --no-cache ca-certificates
|
||||
RUN apk add --no-cache bash iproute2 libpcap libusb-dev libnetfilter_queue wireless-tools
|
||||
RUN apk add --no-cache bash iproute2 libpcap libusb-dev libnetfilter_queue wireless-tools iw
|
||||
COPY --from=build-env /go/src/github.com/bettercap/bettercap/bettercap /app/
|
||||
COPY --from=build-env /usr/local/share/bettercap/caplets /app/
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue