Skip to content
Snippets Groups Projects

PHP: add git to all images; Go: update golint path

Merged Erick Hitter requested to merge develop into master
7 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 1
1
@@ -7,7 +7,7 @@ LABEL version="1.0"
# Install golint
ENV GOPATH /go
ENV PATH ${GOPATH}/bin:$PATH
RUN go get -u github.com/golang/lint/golint
RUN go get -u golang.org/x/lint/golint
# Add apt key for LLVM repository
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Loading