Skip to content

Commit

Permalink
fix lsp docker image for go
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed May 19, 2023
1 parent c687a77 commit 7b4c18a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lsp/Dockerfile
Expand Up @@ -22,8 +22,7 @@ RUN set -eux; \
wget "https://golang.org/dl/$targz" -nv && tar -C /usr/local -xzf "$targz" && rm "$targz";

ENV PATH="${PATH}:/usr/local/go/bin"
ENV GO_PATH=/usr/local/go/bin/go
ENV GOROOT=/usr/local/go
ENV GOBIN=/usr/local/go/bin
RUN /usr/local/go/bin/go install -v golang.org/x/tools/gopls@latest
RUN pip3 install black tornado python-lsp-jsonrpc ruff-lsp
COPY --from=denoland/deno:latest /usr/bin/deno /usr/bin/deno
Expand Down

0 comments on commit 7b4c18a

Please sign in to comment.