mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 18:09:12 +00:00
0.3.10
This commit is contained in:
parent
0c2b30f348
commit
1bfbbaa826
2 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# https://mcr.microsoft.com/en-us/product/devcontainers/rust/about
|
# https://mcr.microsoft.com/en-us/product/devcontainers/rust/about
|
||||||
FROM mcr.microsoft.com/devcontainers/rust:bullseye
|
FROM mcr.microsoft.com/devcontainers/rust:bookworm
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt install -y build-essential xz-utils musl-tools musl-dev gcc-multilib pkg-config libssl-dev
|
apt install -y build-essential xz-utils musl-tools musl-dev gcc-multilib pkg-config libssl-dev mold
|
||||||
|
|
||||||
RUN LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[0-9.]+') && \
|
RUN LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[0-9.]+') && \
|
||||||
curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz" && \
|
curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz" && \
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"clippy": "cargo clippy --fix --allow-dirty"
|
"clippy": "cargo clippy --fix --allow-dirty"
|
||||||
},
|
},
|
||||||
// Configure tool-specific properties.
|
// Configure tool-specific properties.
|
||||||
// "customizations": {},
|
|
||||||
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
||||||
"remoteUser": "root",
|
"remoteUser": "root",
|
||||||
"customizations": {
|
"customizations": {
|
||||||
|
@ -61,9 +60,9 @@
|
||||||
"Gruntfuggly.todo-tree",
|
"Gruntfuggly.todo-tree",
|
||||||
"ms-azuretools.vscode-docker",
|
"ms-azuretools.vscode-docker",
|
||||||
"redhat.vscode-yaml",
|
"redhat.vscode-yaml",
|
||||||
// "GitHub.copilot",
|
|
||||||
"GitHub.copilot-nightly",
|
"GitHub.copilot-nightly",
|
||||||
"GitHub.copilot-chat"
|
"GitHub.copilot-chat"
|
||||||
|
// "GitHub.copilot"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue