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

Merge branch 'add/golang-gox' into 'master'

Add project-agnostic dependency to Golang image

See merge request !24
parents 04d3487c ba62ef32
No related branches found
No related tags found
1 merge request!24Add project-agnostic dependency to Golang image
Pipeline #4828 passed with stages
in 2 minutes
......@@ -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