Skip to content
Snippets Groups Projects
Commit ba62ef32 authored by Erick Hitter's avatar Erick Hitter
Browse files

Add project-agnostic dependency to Golang image

Each project needn't install this dependency during CI setup
parent 04d3487c
No related branches found
No related tags found
1 merge request!24Add project-agnostic dependency to Golang image
Pipeline #4827 passed with stages
in 10 minutes and 9 seconds
......@@ -7,7 +7,7 @@ LABEL version="1.0"
# Install golint
ENV GOPATH /go
ENV PATH ${GOPATH}/bin:$PATH
RUN go install golang.org/x/lint/golint@latest
RUN go install golang.org/x/lint/golint@latest && go install github.com/mitchellh/gox@latest
# Install clang
RUN apt-get update && apt-get install -y --no-install-recommends \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment