Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yerTools committed Mar 24, 2024
1 parent 5014dbe commit 1ec6e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr
COPY --from=go /usr/local/go/ /usr/local/go/
RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH"

RUN go inatall golang.org/x/tools/gopls@latest && go install honnef.co/go/tools/cmd/staticcheck@latest && go install golang.org/x/lint/golint@latest && go install github.com/go-delve/delve/cmd/dlv@latest
RUN go install golang.org/x/tools/gopls@latest && go install honnef.co/go/tools/cmd/staticcheck@latest && go install golang.org/x/lint/golint@latest && go install github.com/go-delve/delve/cmd/dlv@latest

COPY --from=elm /elm /bin/elm

Expand Down

0 comments on commit 1ec6e7e

Please sign in to comment.