Skip to content

Commit

Permalink
Dockerfile: Use go modules instead of third party dependency tool (fe…
Browse files Browse the repository at this point in the history
  • Loading branch information
nipsufn committed Nov 6, 2019
1 parent d42621a commit a642a19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a642a19

Please sign in to comment.