Skip to content

Commit

Permalink
Fix #644 as described in golang/dep#2055 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
nipsufn committed Nov 6, 2019
1 parent 6755d8c commit 4b4bd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4b4bd12

Please sign in to comment.