misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2019-02-21 15:06:52 +01:00
commit 7c68c138e5
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -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