From 0ea1dec1131519a1ced0e1daf69be93a6bdd929d Mon Sep 17 00:00:00 2001 From: Dan <31356438+danf42@users.noreply.github.com> Date: Tue, 11 Feb 2025 08:39:00 -0500 Subject: [PATCH] Update Dockerfile Add iw to docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 414cc8c4..65d4e315 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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