mirror of
https://github.com/rancher/os.git
synced 2025-09-01 14:48:55 +00:00
Add golint to build image
This commit is contained in:
@@ -142,6 +142,9 @@ RUN curl -fL ${!BUILD_DOCKER_URL} > /usr/bin/docker && \
|
||||
# Install Trash
|
||||
RUN go get github.com/rancher/trash
|
||||
|
||||
# Install golint
|
||||
RUN go get github.com/golang/lint/golint
|
||||
|
||||
RUN go get gopkg.in/check.v1
|
||||
|
||||
# Install dapper
|
||||
|
Reference in New Issue
Block a user