Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Fix build (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiorky authored Mar 24, 2021
1 parent f71f1a0 commit b6edd50
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 @@ -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
Expand Down

0 comments on commit b6edd50

Please sign in to comment.