Skip to content

Commit

Permalink
Install golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Sep 26, 2023
1 parent dcc082e commit b6e0296
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,6 @@ RUN go install github.com/ericchiang/[email protected]
# Install oci-tool
RUN curl -fsSL https://github.com/csweichel/oci-tool/releases/download/v0.2.0/oci-tool_0.2.0_linux_amd64.tar.gz | sudo tar xz -C /usr/local/bin \
&& sudo chmod +x /usr/local/bin/oci-tool

# Install golangci-lint
RUN go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@latest

0 comments on commit b6e0296

Please sign in to comment.