Skip to content
Snippets Groups Projects

Add project-agnostic dependency to Golang image

Merged Erick Hitter requested to merge add/golang-gox into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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 \
Loading