Dockerfile: Use go modules instead of third party dependency tool (fe7e103387)

This commit is contained in:
nipsufn 2019-11-06 22:02:45 +01:00
parent d42621aa59
commit a642a19b5f

View file

@ -8,7 +8,6 @@ RUN apk add --no-cache --update bash iptables wireless-tools build-base libpcap-
WORKDIR $SRC_DIR
ADD . $SRC_DIR
RUN GO111MODULE=off go get -u github.com/golang/dep/...
RUN make
# get caplets