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