mirror of
https://github.com/rancher/os.git
synced 2025-09-01 23:04:41 +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
|
# Install Trash
|
||||||
RUN go get github.com/rancher/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
|
RUN go get gopkg.in/check.v1
|
||||||
|
|
||||||
# Install dapper
|
# Install dapper
|
||||||
|
Reference in New Issue
Block a user