Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefBayouli authored Sep 30, 2024
1 parent 66f6bc3 commit 6573bf7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,8 @@ ENV GO111MODULE=on
ENV PATH /usr/local/go/bin:/go/bin:$PATH

# Install Go tools
RUN go install golang.org/x/tools/cmd/[email protected] \
golang.org/x/pkgsite/cmd/[email protected] \
github.com/golangci/golangci-lint/cmd/[email protected] \
gotest.tools/[email protected]
RUN go install golang.org/x/tools/cmd/goimports@latest && \
go install golang.org/x/pkgsite/cmd/pkgsite@latest

# Install Helm
ENV HELM_VER 3.10.3
Expand Down

0 comments on commit 6573bf7

Please sign in to comment.