From 4b4bd128ce91546e926f9983988fb75c00ac30da Mon Sep 17 00:00:00 2001 From: nipsufn Date: Wed, 6 Nov 2019 20:42:54 +0100 Subject: [PATCH] Fix https://github.com/bettercap/bettercap/issues/644 as described in https://github.com/golang/dep/issues/2055#issuecomment-456782205 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1696565..103ffd4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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