From b6edd50d6e33de3bcdb35055fa6c5f0157f45321 Mon Sep 17 00:00:00 2001 From: kiorky Date: Wed, 24 Mar 2021 15:57:51 +0100 Subject: [PATCH] Fix build (#341) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df72004..11aeda3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN git clone https://gitlab.matrix.org/matrix-org/olm.git /tmp/libolm \ COPY . /tmp/go-neb WORKDIR /tmp/go-neb RUN go get golang.org/x/lint/golint \ - && go get github.com/fzipp/gocyclo \ + && go get github.com/fzipp/gocyclo/cmd/gocyclo \ && go build github.com/matrix-org/go-neb # Ensures we're lint-free