Merge pull request 'Add uv-based LSPs, linters, and CLI tools' (#1) from benvin/add-uv-and-lsps into main
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
+13
-2
@@ -6,10 +6,21 @@ RUN dnf install -y \
|
||||
golang \
|
||||
nodejs \
|
||||
npm \
|
||||
python3 \
|
||||
python3-pip \
|
||||
make \
|
||||
ripgrep \
|
||||
tea \
|
||||
tflint \
|
||||
&& dnf clean all
|
||||
|
||||
ENV UV_TOOL_BIN_DIR=/usr/local/bin
|
||||
ENV UV_TOOL_DIR=/usr/local/share/uv/tools
|
||||
|
||||
RUN uv tool install basedpyright \
|
||||
&& uv tool install python-lsp-server \
|
||||
&& uv tool install ty \
|
||||
&& uv tool install ruff
|
||||
|
||||
RUN GOBIN=/usr/local/bin GOTOOLCHAIN=auto go install golang.org/x/tools/gopls@latest \
|
||||
&& rm -rf /root/go
|
||||
|
||||
USER agent
|
||||
|
||||
Reference in New Issue
Block a user