mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
Move 'esc' tool out of image into vendor'd source
Smaller that way, and more consistent (Note we run it with GC enabled; it crashes in CI otherwise)
This commit is contained in:
@@ -21,7 +21,6 @@ RUN go clean -i net && \
|
||||
github.com/fzipp/gocyclo \
|
||||
golang.org/x/lint/golint \
|
||||
github.com/kisielk/errcheck \
|
||||
github.com/mjibson/esc \
|
||||
github.com/client9/misspell/cmd/misspell && \
|
||||
chmod a+wr --recursive /usr/local/go && \
|
||||
rm -rf /go/pkg/ /go/src/
|
||||
|
||||
Reference in New Issue
Block a user