mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
Fix https://github.com/bettercap/bettercap/issues/644 as described in https://github.com/golang/dep/issues/2055#issuecomment-456782205
This commit is contained in:
parent
6755d8c880
commit
4b4bd128ce
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ RUN apk add --no-cache --update bash iptables wireless-tools build-base libpcap-
|
|||
|
||||
WORKDIR $SRC_DIR
|
||||
ADD . $SRC_DIR
|
||||
RUN go get -u github.com/golang/dep/...
|
||||
RUN GO111MODULE=off go get -u github.com/golang/dep/...
|
||||
RUN make deps
|
||||
RUN make
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue