diff --git a/Dockerfile b/Dockerfile index 7cdfe393..d70b62ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM golang:alpine AS build-env ENV SRC_DIR $GOPATH/src/github.com/bettercap/bettercap RUN apk add --update ca-certificates -RUN apk add --no-cache --update bash iptables wireless-tools build-base libpcap-dev linux-headers libnetfilter_queue-dev git +RUN apk add --no-cache --update bash iptables wireless-tools build-base libpcap-dev libusb-1.0-dev linux-headers libnetfilter_queue-dev git WORKDIR $SRC_DIR ADD . $SRC_DIR