mirror of
https://github.com/bettercap/bettercap
synced 2025-07-07 13:32:07 -07:00
Dockerfile: Use go modules instead of third party dependency tool (fe7e103387
)
This commit is contained in:
parent
d42621aa59
commit
a642a19b5f
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ RUN apk add --no-cache --update bash iptables wireless-tools build-base libpcap-
|
||||||
|
|
||||||
WORKDIR $SRC_DIR
|
WORKDIR $SRC_DIR
|
||||||
ADD . $SRC_DIR
|
ADD . $SRC_DIR
|
||||||
RUN GO111MODULE=off go get -u github.com/golang/dep/...
|
|
||||||
RUN make
|
RUN make
|
||||||
|
|
||||||
# get caplets
|
# get caplets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue