kiorky
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
@ -10,7 +10,7 @@ RUN git clone https://gitlab.matrix.org/matrix-org/olm.git /tmp/libolm \ |
|
|
COPY . /tmp/go-neb |
|
|
COPY . /tmp/go-neb |
|
|
WORKDIR /tmp/go-neb |
|
|
WORKDIR /tmp/go-neb |
|
|
RUN go get golang.org/x/lint/golint \ |
|
|
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 |
|
|
&& go build github.com/matrix-org/go-neb |
|
|
|
|
|
|
|
|
# Ensures we're lint-free |
|
|
# Ensures we're lint-free |
|
|