Skip to content

Commit

Permalink
Ensure golint, misspell, and ineffassign are installed on client cont…
Browse files Browse the repository at this point in the history
…ainer

Signed-off-by: Ying Li <ying.li@docker.com>
  • Loading branch information
cyli committed Sep 26, 2016
1 parent d94ba8d commit c270051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

RUN useradd -ms /bin/bash notary \
&& pip install codecov \
&& go get golang.org/x/tools/cmd/cover github.com/golang/lint/golint github.com/client9/misspell/cmd/misspell github.com/gordonklaus/ineffassign
&& pip install codecov
RUN go get github.com/golang/lint/golint github.com/client9/misspell/cmd/misspell github.com/gordonklaus/ineffassign

# Configure the container for OSX cross compilation
ENV OSX_SDK MacOSX10.11.sdk
Expand Down

0 comments on commit c270051

Please sign in to comment.