mirror of
https://github.com/distribution/distribution.git
synced 2025-09-05 00:41:19 +00:00
Fix goverall
Also simplified things a bit + adding notes about extra tooling.
This commit is contained in:
@@ -6,6 +6,7 @@ ENV GOROOT /usr/local/go
|
||||
ENV PATH $PATH:$GOROOT/bin:$GOPATH/bin
|
||||
|
||||
ENV LANG C
|
||||
ENG LC_ALL C
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
wget ca-certificates git mercurial bzr \
|
||||
@@ -16,4 +17,4 @@ RUN wget https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz --quiet && \
|
||||
tar -C /usr/local -xzf go$GOLANG_VERSION.linux-amd64.tar.gz && \
|
||||
rm go${GOLANG_VERSION}.linux-amd64.tar.gz
|
||||
|
||||
RUN go get github.com/axw/gocov/gocov github.com/mattn/goveralls github.com/golang/lint/golint
|
||||
RUN go get github.com/axw/gocov/gocov github.com/mattn/goveralls github.com/golang/lint/golint
|
||||
|
Reference in New Issue
Block a user